- Timestamp:
- Mar 19, 2009, 6:14:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/xpress_default/blocks/search_block_theme.php
r119 r121 5 5 $mydirname = empty( $options[0] ) ? 'xpress' : $options[0] ; 6 6 $this_template = empty( $options[1] ) ? 'db:'.$mydirname.'_block_search.html' : trim( $options[1] ); 7 $input_length = empty( $options[2] ) ? '18' : $options[ 1] ;7 $input_length = empty( $options[2] ) ? '18' : $options[2] ; 8 8 $mydirpath = get_xpress_dir_path(); 9 9
Note: See TracChangeset
for help on using the changeset viewer.