Changeset 195 for trunk/blocks/archives_block.php
- Timestamp:
- Apr 24, 2009, 12:33:23 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/blocks/archives_block.php
r183 r195 19 19 { 20 20 $mydirname = empty( $options[0] ) ? 'xpress' : $options[0] ; 21 $this_template = empty( $options[1] ) ? 'db:'.$mydirname.'_ block_category.html' : trim( $options[1] );21 $this_template = empty( $options[1] ) ? 'db:'.$mydirname.'_archives_block.html' : trim( $options[1] ); 22 22 $type = empty( $options[2] ) ? 'monthly' : $options[2] ; 23 23 $limit = !is_numeric( $options[3] ) ? 0 : $options[3] ;
Note: See TracChangeset
for help on using the changeset viewer.