Changeset 536 for trunk/xpressme_integration_kit/xoops_version.php
- Timestamp:
- Mar 11, 2010, 11:49:11 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/xoops_version.php
r533 r536 359 359 'func_num' => $b_no, 360 360 ); 361 $b_no++; 362 $modversion['blocks'][$b_no] = array( 363 'file' => 'global_recent_posts_list_block.php' , 364 'name' => constant('_MI_XP2_BLOCK_GLOBAL_POSTS') , 365 'description' => '' , 366 'show_func' => "b_". $mydirname . "_global_posts_show" , 367 'edit_func' => "b_". $mydirname . "_global_posts_edit" , 368 'options' => $mydirname. '||10|1|7||' , 369 'can_clone' => true , 370 'func_num' => $b_no, 371 ); 372 361 373 } 362 374
Note: See TracChangeset
for help on using the changeset viewer.