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