XPressME Integration Kit

Trac


Ignore:
Timestamp:
Apr 24, 2009, 12:33:23 AM (15 years ago)
Author:
toemon
Message:

blocksディレクトリ内のポカミス修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/blocks/archives_block.php

    r183 r195  
    1919        { 
    2020                $mydirname = empty( $options[0] ) ? 'xpress' : $options[0] ; 
    21                 $this_template = empty( $options[1] ) ? 'db:'.$mydirname.'_block_category.html' : trim( $options[1] ); 
     21                $this_template = empty( $options[1] ) ? 'db:'.$mydirname.'_archives_block.html' : trim( $options[1] ); 
    2222                $type = empty( $options[2] ) ? 'monthly' : $options[2] ; 
    2323                $limit  = !is_numeric( $options[3] ) ? 0 : $options[3] ; 
Note: See TracChangeset for help on using the changeset viewer.