- Timestamp:
- Mar 18, 2009, 10:59:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/xpress_default/blocks/recent_comments_block_theme.php
r110 r120 5 5 { 6 6 $mydirname = empty( $options[0] ) ? 'xpress' : $options[0] ; 7 $ disp_count = empty( $options[1] ) ? '10' : $options[1];8 $disp_ length = empty( $options[2] ) ? '30' : $options[2] ;9 $ selected = array_slice($options,3); // get allowed cats10 $ this_template = empty( $options[4] ) ? 'db:'.$mydirname.'_recent_comments_block.html' : trim( $options[4] );7 $this_template = empty( $options[1] ) ? 'db:'.$mydirname.'_recent_comments_block.html' : trim( $options[1] ); 8 $disp_count = empty( $options[2] ) ? '10' : $options[2] ; 9 $disp_length = empty( $options[3] ) ? '30' : $options[3] ; 10 $selected = array_slice($options,4); // get allowed cats 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.