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_posts_content_block.php

    r54 r89  
    2323                $tag_select = $options[4] ; 
    2424            $selected = array_slice($options,5); // get allowed cats 
    25                 $this_template = empty( $options[6] ) ? 'db:'.$mydirname.'_block_content.html' : trim( $options[5] ); 
     25                $this_template = empty( $options[6] ) ? 'db:'.$mydirname.'_block_recent_posts_content.html' : trim( $options[5] ); 
    2626 
    2727                $mydirpath = XOOPS_ROOT_PATH . '/modules/' . $mydirname; 
Note: See TracChangeset for help on using the changeset viewer.