Changeset 308 for trunk/xpressme_integration_kit/xoops_version.php
- Timestamp:
- Jun 29, 2009, 12:33:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/xoops_version.php
r306 r308 105 105 $modversion['templates'] = array() ; 106 106 107 $modversion['hasconfig'] = 1; 107 if (defined('ICMS_ROOT_PATH')){ 108 $modversion['hasconfig'] = 1; 109 $modversion['config'][] = array( 110 'name' => 'dummy' , 111 'title' => 'Dummy Value' , 112 'description' => 'This is Dummy Value' , 113 'formtype' => 'yesno' , 114 'valuetype' => 'int' , 115 'default' => 0 , 116 ); 117 } 108 118 109 119 //BLOCKS
Note: See TracChangeset
for help on using the changeset viewer.