Changeset 35 for trunk/xoops_version.php
- Timestamp:
- Dec 20, 2008, 1:38:22 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xoops_version.php
r30 r35 93 93 * Templates 94 94 */ 95 //$modversion['templates'] = array() ; 96 //$modversion['templates'][1]['file'] = 'xpress_index.html'; 97 //$modversion['templates'][1]['description'] = ''; 95 // All Templates can't be touched by modulesadmin. 96 $modversion['templates'] = array() ; 98 97 99 98 $modversion['hasconfig'] = 0; 99 100 //BLOCKS 101 $modversion['blocks'][1] = array( 102 'file' => 'xpress_block_recent_comments.php' , 103 'name' => constant('_MI_XPRESS_BLOCK_COMMENTS') , 104 'description' => '' , 105 'show_func' => "b_". $mydirname . "_comments_show" , 106 'edit_func' => "b_". $mydirname . "_comments_edit" , 107 'template' => 'xpress_block_recent_comments.html' , 108 'options' => $mydirname. '|10|30|' , 109 'can_clone' => true , 110 'func_num' => 1, 111 ); 100 112 ?>
Note: See TracChangeset
for help on using the changeset viewer.