Changeset 41 for trunk/wp-content/themes/xpress_default
- Timestamp:
- Dec 23, 2008, 1:23:59 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/xpress_default/blocks/recent_comments_block.php
r38 r41 7 7 $disp_count = empty( $options[1] ) ? '10' : $options[1] ; 8 8 $disp_length = empty( $options[2] ) ? '30' : $options[2] ; 9 $selected = array_slice($options, 5); // get allowed cats10 $this_template = empty( $options[ 6] ) ? 'db:'.$mydirname.'_block_comments.html' : trim( $options[4] );9 $selected = array_slice($options,3); // get allowed cats 10 $this_template = empty( $options[4] ) ? 'db:'.$mydirname.'_block_comments.html' : trim( $options[4] ); 11 11 $mydirpath = XOOPS_ROOT_PATH . '/modules/' . $mydirname; 12 12
Note: See TracChangeset
for help on using the changeset viewer.