- 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/archives_block_theme.php
r110 r120 3 3 { 4 4 $mydirname = empty( $options[0] ) ? 'xpress' : $options[0] ; 5 $t ype = empty( $options[1] ) ? false : true;6 $ limit = empty( $options[2] ) ? '10' : $options[2];7 $ show_post_count = empty( $options[3] ) ? false : true ;8 $ drop_down = empty( $options[4] ) ? false : true ;9 $ this_template = empty( $options[5] ) ? 'db:'.$mydirname.'_archives_block.html' : trim( $options[3] );5 $this_template = empty( $options[1] ) ? 'db:'.$mydirname.'_archives_block.html' : trim( $options[1] ); 6 $type = empty( $options[2] ) ? false : true ; 7 $limit = empty( $options[3] ) ? '10' : $options[3] ; 8 $show_post_count = empty( $options[4] ) ? false : true ; 9 $drop_down = empty( $options[5] ) ? false : true ; 10 10 11 11 if ($type) {
Note: See TracChangeset
for help on using the changeset viewer.