Changeset 109 for trunk/xoops_version.php
- Timestamp:
- Mar 16, 2009, 6:17:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xoops_version.php
r108 r109 132 132 'func_num' => 3, 133 133 ); 134 $modversion['blocks'][4] = array( 135 'file' => 'calender_block.php' , 136 'name' => constant('_MI_XPRESS_BLOCK_CALENDER') , 137 'description' => '' , 138 'show_func' => "b_". $mydirname . "_calender_show" , 139 'edit_func' => "b_". $mydirname . "_calender_edit" , 140 'options' => $mydirname. '|#DB0000|#004D99' , 141 'can_clone' => false , 142 'func_num' => 4, 143 ); 144 $modversion['blocks'][5] = array( 145 'file' => 'popular_posts_block.php' , 146 'name' => constant('_MI_XPRESS_BLOCK_POPULAR') , 147 'description' => '' , 148 'show_func' => "b_". $mydirname . "_popular_show" , 149 'edit_func' => "b_". $mydirname . "_popular_edit" , 150 'options' => $mydirname. '|10|0||0' , 151 'can_clone' => true , 152 'func_num' => 5, 153 ); 134 154 135 155 // Notification
Note: See TracChangeset
for help on using the changeset viewer.