XPressME Integration Kit

Trac


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/blocks/recent_comments_block.php

    r46 r89  
    2121                $disp_length = empty( $options[2] ) ? '30' : $options[2] ; 
    2222            $selected = array_slice($options,3); // get allowed cats 
    23                 $this_template = empty( $options[4] ) ? 'db:'.$mydirname.'_block_comments.html' : trim( $options[4] ); 
     23                $this_template = empty( $options[4] ) ? 'db:'.$mydirname.'_block_recent_comments.html' : trim( $options[4] ); 
    2424                $mydirpath = XOOPS_ROOT_PATH . '/modules/' . $mydirname; 
    2525 
Note: See TracChangeset for help on using the changeset viewer.