XPressME Integration Kit

Trac

Changeset 30


Ignore:
Timestamp:
Dec 15, 2008, 6:27:14 PM (15 years ago)
Author:
toemon
Message:

サーチ用プラグイン実装 #17

Location:
trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xoops_version.php

    r18 r30  
    3232$modversion['description'] = constant( '_MI_XPRESS_DESC'); 
    3333$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) ;"; 
    3535$modversion['author'] = "toemon (http://www.toemon.com)"; 
    3636$modversion['license'] = "GPL see LICENSE"; 
    37 $modversion['official'] = r18 ; 
     37$modversion['official'] = 0 ; 
    3838$modversion['image'] =  'module_icon.php' ; 
    3939$modversion['dirname'] = $mydirname; 
     
    7171 
    7272// 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' ; 
    7676//Admin things 
    7777$modversion['hasAdmin'] = 0; 
Note: See TracChangeset for help on using the changeset viewer.