|
Server : LiteSpeed System : Linux host 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64 User : idnco5810 ( 1093) PHP Version : 8.2.29 Disable Function : NONE Directory : /home/idn98.co/public_html/wp-content/themes/merah/template-parts/header/ |
Upload File : |
<?php /** * Template for Primary Header * * The header layout 2 for Astra Theme. ( No of sections - 1 [ Section 1 limit - 3 ) * This is the template that displays all of the <head> section and everything up until <div id="content"> * * @see https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Astra * @author Astra * @copyright Copyright (c) 2020, Astra * @link https://wpastra.com/ * @since Astra 1.0.0 */ ?> <div class="main-header-bar-wrap"> <div <?php echo astra_attr( 'main-header-bar' ); ?>> <?php astra_main_header_bar_top(); ?> <div class="ast-container"> <div class="ast-flex main-header-container"> <?php astra_masthead_content(); ?> </div><!-- Main Header Container --> </div><!-- ast-row --> <?php astra_main_header_bar_bottom(); ?> </div> <!-- Main Header Bar --> </div> <!-- Main Header Bar Wrap -->