XPressME Integration Kit

Trac


Ignore:
Timestamp:
Mar 18, 2009, 10:14:51 PM (15 years ago)
Author:
toemon
Message:

#26 検索ブロックの実装

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xoops_version.php

    r118 r119  
    190190        'func_num'              => $b_no,        
    191191); 
    192  
     192$b_no++; 
     193$modversion['blocks'][$b_no] = array( 
     194        'file'                  => 'search_block.php' , 
     195        'name'                  => constant('_MI_XPRESS_BLOCK_SEARCH') , 
     196        'description'   => '' , 
     197        'show_func'     => "b_". $mydirname . "_search_show" , 
     198        'edit_func'     => "b_". $mydirname . "_search_edit" , 
     199        'options'               => $mydirname. '||18' , 
     200        'can_clone'             => false , 
     201        'func_num'              => $b_no ,       
     202); 
    193203// Notification 
    194204$modversion['hasNotification'] = 1; 
Note: See TracChangeset for help on using the changeset viewer.