- Timestamp:
- Mar 16, 2009, 6:17:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/xpress_default/blocks/recent_comments_block_theme.php
r104 r109 8 8 $disp_length = empty( $options[2] ) ? '30' : $options[2] ; 9 9 $selected = array_slice($options,3); // get allowed cats 10 $this_template = empty( $options[4] ) ? 'db:'.$mydirname.'_ block_comments.html' : trim( $options[4] );10 $this_template = empty( $options[4] ) ? 'db:'.$mydirname.'_recent_comments_block.html' : trim( $options[4] ); 11 11 // $mydirpath = XOOPS_ROOT_PATH . '/modules/' . $mydirname; 12 12 $mydirpath = get_xpress_dir_path();
Note: See TracChangeset
for help on using the changeset viewer.