XPressME Integration Kit

Trac


Ignore:
Timestamp:
Mar 17, 2009, 6:45:27 PM (15 years ago)
Author:
toemon
Message:

アーカイブブロック、投稿者ブロックの実装。
テンプレートのusage修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xoops_version.php

    r109 r110  
    152152        'func_num'              => 5,    
    153153); 
     154$modversion['blocks'][6] = array( 
     155        'file'                  => 'archives_block.php' , 
     156        'name'                  => constant('_MI_XPRESS_BLOCK_ARCHIVE') , 
     157        'description'   => '' , 
     158        'show_func'     => "b_". $mydirname . "_archives_show" , 
     159        'edit_func'     => "b_". $mydirname . "_archives_edit" , 
     160        'options'               => $mydirname. '|1|10|1|0' , 
     161        'can_clone'             => false , 
     162        'func_num'              => 6,    
     163); 
     164$modversion['blocks'][7] = array( 
     165        'file'                  => 'authors_block.php' , 
     166        'name'                  => constant('_MI_XPRESS_BLOCK_AUTHORS') , 
     167        'description'   => '' , 
     168        'show_func'     => "b_". $mydirname . "_authors_show" , 
     169        'edit_func'     => "b_". $mydirname . "_authors_edit" , 
     170        'options'               => $mydirname. '|0|1|0|1' , 
     171        'can_clone'             => false , 
     172        'func_num'              => 7,    
     173); 
    154174 
    155175// Notification 
Note: See TracChangeset for help on using the changeset viewer.