Changeset 109 for trunk/blocks/recent_comments_block.php
- Timestamp:
- Mar 16, 2009, 6:17:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/blocks/recent_comments_block.php
r100 r109 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_recent_comments.html' : trim( $options[4] );23 $this_template = empty( $options[4] ) ? 'db:'.$mydirname.'_recent_comments_block.html' : trim( $options[4] ); 24 24 $mydirpath = XOOPS_ROOT_PATH . '/modules/' . $mydirname; 25 25
Note: See TracChangeset
for help on using the changeset viewer.