XPressME Integration Kit

Trac

Changeset 89 for trunk/xoops_version.php


Ignore:
Timestamp:
Feb 5, 2009, 5:48:55 PM (15 years ago)
Author:
toemon
Message:

モジュール複製対応のブロック構成にしておく

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xoops_version.php

    r86 r89  
    106106        'show_func'     => "b_". $mydirname . "_comments_show" , 
    107107        'edit_func'     => "b_". $mydirname . "_comments_edit" , 
    108         'template'              => 'recent_comments_block.html' ,  
     108        'template'              => '' , 
    109109        'options'               => $mydirname. '|10|30|0|' , 
    110110        'can_clone'             => true , 
     
    117117        'show_func'     => "b_". $mydirname . "_content_show" , 
    118118        'edit_func'     => "b_". $mydirname . "_content_edit" , 
    119         'template'              => 'recent_posts_content_block.html' ,  
     119        'template'              => '' , 
    120120        'options'               => $mydirname. '|10|0|100||0' , 
    121121        'can_clone'             => true , 
Note: See TracChangeset for help on using the changeset viewer.