Changeset 89 for trunk/blocks
- Timestamp:
- Feb 5, 2009, 5:48:55 PM (16 years ago)
- Location:
- trunk/blocks
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/blocks/recent_comments_block.php
r46 r89 21 21 $disp_length = empty( $options[2] ) ? '30' : $options[2] ; 22 22 $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] ); 24 24 $mydirpath = XOOPS_ROOT_PATH . '/modules/' . $mydirname; 25 25 -
trunk/blocks/recent_posts_content_block.php
r54 r89 23 23 $tag_select = $options[4] ; 24 24 $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] ); 26 26 27 27 $mydirpath = XOOPS_ROOT_PATH . '/modules/' . $mydirname;
Note: See TracChangeset
for help on using the changeset viewer.