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/tag_cloud_block.php

    r183 r195  
    1818        { 
    1919                $mydirname = empty( $options[0] ) ? 'xpress' : $options[0] ; 
    20                 $this_template = empty( $options[1] ) ? 'db:'.$mydirname.'_block_meta.html' : trim( $options[1] ); 
     20                $this_template = empty( $options[1] ) ? 'db:'.$mydirname.'_tag_cloud_block.html' : trim( $options[1] ); 
    2121                $smallest = !is_numeric( $options[2] ) ? 8 : $options[2] ; 
    2222                $largest = !is_numeric( $options[3] ) ? 22 : $options[3] ; 
Note: See TracChangeset for help on using the changeset viewer.