XPressME Integration Kit

Trac

Changeset 109 for trunk/blocks


Ignore:
Timestamp:
Mar 16, 2009, 6:17:13 PM (15 years ago)
Author:
toemon
Message:

カレンダーブロック、人気記事リストの実装、インデックスページテンプレート実装

Location:
trunk/blocks
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/blocks/recent_comments_block.php

    r100 r109  
    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_recent_comments.html' : trim( $options[4] ); 
     23                $this_template = empty( $options[4] ) ? 'db:'.$mydirname.'_recent_comments_block.html' : trim( $options[4] ); 
    2424                $mydirpath = XOOPS_ROOT_PATH . '/modules/' . $mydirname; 
    2525 
  • trunk/blocks/recent_posts_content_block.php

    r100 r109  
    2323                $tag_select = $options[4] ; 
    2424            $selected = array_slice($options,5); // get allowed cats 
    25                 $this_template = empty( $options[6] ) ? 'db:'.$mydirname.'_block_recent_posts_content.html' : trim( $options[5] ); 
     25                $this_template = empty( $options[6] ) ? 'db:'.$mydirname.'_recent_posts_content_block.html' : trim( $options[5] ); 
    2626 
    2727                $mydirpath = XOOPS_ROOT_PATH . '/modules/' . $mydirname; 
  • trunk/blocks/recent_posts_list_block.php

    r100 r109  
    2222                $tag_select = $options[4] ; 
    2323                $selected = array_slice($options,5); // get allowed cats 
    24                 $this_template = empty( $options[6] ) ? 'db:'.$mydirname.'_block_posts.html' : trim( $options[6] ); 
     24                $this_template = empty( $options[6] ) ? 'db:'.$mydirname.'_recent_posts_list_block.html' : trim( $options[6] ); 
    2525                $mydirpath = XOOPS_ROOT_PATH . '/modules/' . $mydirname; 
    2626                 
Note: See TracChangeset for help on using the changeset viewer.