Changeset 30
- Timestamp:
- Dec 15, 2008, 6:27:14 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xoops_version.php
r18 r30 32 32 $modversion['description'] = constant( '_MI_XPRESS_DESC'); 33 33 $modversion['version'] = "0.01"; 34 $modversion['credits'] = " XPressME DEV Toemon) (http://www.toemon.com) Wordpress DEV (http://wordpress.org/);";34 $modversion['credits'] = "Wordpress DEV (http://wordpress.org/) XPressME DEV Toemon) (http://www.toemon.com) ;"; 35 35 $modversion['author'] = "toemon (http://www.toemon.com)"; 36 36 $modversion['license'] = "GPL see LICENSE"; 37 $modversion['official'] = r18;37 $modversion['official'] = 0 ; 38 38 $modversion['image'] = 'module_icon.php' ; 39 39 $modversion['dirname'] = $mydirname; … … 71 71 72 72 // Search 73 //$modversion['hasSearch'] = 1 ;74 //$modversion['search']['file'] = 'include/search.php' ;75 //$modversion['search']['func'] = $mydirname.'_global_search' ;73 $modversion['hasSearch'] = 1 ; 74 $modversion['search']['file'] = 'include/search.php' ; 75 $modversion['search']['func'] = $mydirname.'_global_search' ; 76 76 //Admin things 77 77 $modversion['hasAdmin'] = 0;
Note: See TracChangeset
for help on using the changeset viewer.