XPressME Integration Kit

Trac


Ignore:
Timestamp:
Mar 8, 2009, 4:09:17 PM (15 years ago)
Author:
toemon
Message:

「最近の記事」ブロックの実装

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xoops_version.php

    r96 r100  
    122122        'func_num'              => 2, 
    123123); 
     124$modversion['blocks'][3] = array( 
     125        'file'                  => 'recent_posts_list_block.php' , 
     126        'name'                  => constant('_MI_XPRESS_BLOCK_POSTS') , 
     127        'description'   => '' , 
     128        'show_func'     => "b_". $mydirname . "_posts_show" , 
     129        'edit_func'     => "b_". $mydirname . "_posts_edit" , 
     130        'options'               => $mydirname. '|10|1|7||0' , 
     131        'can_clone'             => true , 
     132        'func_num'              => 3,    
     133); 
    124134 
    125135// Notification 
Note: See TracChangeset for help on using the changeset viewer.