* * Copyright 2008-2011 Crowd Favorite, Ltd. All rights reserved. * Released under the GPL license * http://www.opensource.org/licenses/gpl-license.php */ if (__FILE__ == $_SERVER['SCRIPT_FILENAME']) { die(); } if (CFCT_DEBUG) { cfct_banner(__FILE__); } get_header(); $s = get_query_var('s'); if (get_option('permalink_structure') != '') { $search_title = ''.esc_html($s).''; } else { $search_title = ''.esc_html($s).''; } ?>