Current Path : /var/test/www/foundation/wp-content/themes/kallyas/components/theme-header/ |
Current File : /var/test/www/foundation/wp-content/themes/kallyas/components/theme-header/header-style2.php |
<?php if(! defined('ABSPATH')){ return; } /** * Display the Style 2 header * Hooks mostly, markup loaded through own template */ /** * ========================================================== * CSS custom classes customisations * ========================================================== */ /** * Add custom CSS classes to the <header> tag */ $header_class[] = 'siteheader-classic siteheader-classic-split'; /** * Default Text Color Scheme. * * This will define de default text color scheme of this header style. * * @Types: sh--light OR sh--gray OR sh--dark */ $headerTextScheme = 'sh--light'; // LOAD THE DEFAULT STYLE include(locate_template('components/theme-header/header-style-default.php'));