Your IP : 216.73.216.95


Current Path : /var/test/www/foundation/wp-content/themes/kallyas/components/theme-header/
Upload File :
Current File : /var/test/www/foundation/wp-content/themes/kallyas/components/theme-header/header-style5.php

<?php if(! defined('ABSPATH')){ return; }

/**
* Display the Style 5 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-normal';


/**
 * 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'));