XPressME Integration Kit

Trac


Ignore:
Timestamp:
Mar 15, 2010, 12:57:14 PM (14 years ago)
Author:
toemon
Message:

MultiBlog用に最近のコメント(全ブログ)を追加 Fixes#306

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xpressme_integration_kit/xoops_version.php

    r542 r543  
    375375                'func_num'              => $b_no,        
    376376        ); 
     377        $b_no++; 
     378        $modversion['blocks'][$b_no] = array( 
     379                'file'                  => 'global_recent_comments_block.php' , 
     380                'name'                  => constant('_MI_XP2_BLOCK_GLOBAL_COMM') , 
     381                'description'   => '' , 
     382                'show_func'     => "b_". $mydirname . "_global_comments_show" , 
     383                'edit_func'     => "b_". $mydirname . "_global_comments_edit" , 
     384                'template'              => '' , 
     385                'options'               => $mydirname. '||10|30|||0' , 
     386                'can_clone'             => true , 
     387                'func_num'              => $b_no,        
     388        ); 
    377389 
    378390} 
Note: See TracChangeset for help on using the changeset viewer.