* WP Theme Header * * Displays all of the section * * @package TheBuilt */ $thebuilt_theme_options = thebuilt_get_theme_options(); // Demo settings if ( defined('DEMO_MODE') && isset($_GET['header_logo_position']) ) { $thebuilt_theme_options['header_logo_position'] = esc_html($_GET['header_logo_position']); } if ( defined('DEMO_MODE') && isset($_GET['header_fullwidth']) ) { if($_GET['header_fullwidth'] == 0) { $thebuilt_theme_options['header_fullwidth'] = false; } if($_GET['header_fullwidth'] == 1) { $thebuilt_theme_options['header_fullwidth'] = true; } } ?> Tasneem Industries