XPressME Integration Kit

Trac


Ignore:
Timestamp:
Mar 17, 2010, 3:05:20 PM (14 years ago)
Author:
toemon
Message:

MultiBlog用に人気記事リスト(全ブログ)を追加 Fixes#310

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xpressme_integration_kit/xoops_version.php

    r550 r552  
    392392                'func_num'              => $b_no,        
    393393        ); 
    394  
     394        $b_no++; 
     395        $modversion['blocks'][$b_no] = array( 
     396                'file'                  => 'global_popular_posts_block.php' , 
     397                'name'                  => constant('_MI_XP2_BLOCK_GLOBAL_POPU') , 
     398                'description'   => '' , 
     399                'show_func'     => "b_". $mydirname . "_global_popular_show" , 
     400                'edit_func'     => "b_". $mydirname . "_global_popular_edit" , 
     401                'options'               => $mydirname. '||10|0||' , 
     402                'can_clone'             => true , 
     403                'func_num'              => $b_no,        
     404        ); 
    395405} 
    396406 
Note: See TracChangeset for help on using the changeset viewer.