Changes in trunk/xoops_version.php [30:18]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xoops_version.php
r30 r18 32 32 $modversion['description'] = constant( '_MI_XPRESS_DESC'); 33 33 $modversion['version'] = "0.01"; 34 $modversion['credits'] = " Wordpress DEV (http://wordpress.org/) XPressME DEV Toemon) (http://www.toemon.com);";34 $modversion['credits'] = "XPressME DEV Toemon) (http://www.toemon.com) Wordpress DEV (http://wordpress.org/);"; 35 35 $modversion['author'] = "toemon (http://www.toemon.com)"; 36 36 $modversion['license'] = "GPL see LICENSE"; 37 $modversion['official'] = 0;37 $modversion['official'] = r18 ; 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.