File "header-mobile.php"
Full Path: /home/jlklyejr/public_html/wp-content/test/wp-content/themes/goya/inc/templates/header/header-mobile.php
File size: 309 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Template file for displaying mobile header
*
* @package Goya
*/
?>
<?php do_action( 'goya_hamburger', 'mobile' ); ?>
<?php get_template_part( 'inc/templates/header-parts/logo' ); ?>
<div class="mobile-header-icons">
<?php do_action( 'goya_mobile_header_icons', 'mobile_header' ); ?>
</div>