Server IP : 172.24.0.40 / Your IP : 216.73.216.10 Web Server : Apache System : Linux dbweb26.ust.edu.ph 4.18.0-513.5.1.el8_9.x86_64 #1 SMP Fri Sep 29 05:21:10 EDT 2023 x86_64 User : apache ( 48) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/tomas/public_html/wp-content/themes/interiorpress/template-parts/ |
Upload File : |
<?php $interiorpress_menu_style = get_theme_mod('arilewp_menu_style', 'sticky'); $interiorpress_menu_container_size = get_theme_mod('arilewp_menu_container_size', 'container-full'); ?> <!-- Theme Menubar --> <nav class="navbar navbar-expand-lg not-sticky navbar-light navbar-header-wrap classic-header <?php if($interiorpress_menu_style == 'sticky'){echo 'header-sticky'; }?>"> <div class="<?php echo esc_attr($interiorpress_menu_container_size); ?>"> <div class="row align-self-center"> <div class="align-self-center"> <?php arilewp_header_logo(); ?> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="<?php esc_attr_e('Toggle navigation','interiorpress'); ?>"> <span class="navbar-toggler-icon"></span> </button> </div> <?php wp_nav_menu( array( 'theme_location' => 'primary', 'container' => 'div', 'container_class' => 'collapse navbar-collapse', 'container_id' => 'navbarNavDropdown', 'menu_class' => 'nav navbar-nav m-right-auto', 'fallback_cb' => 'arilewp_bootstrap_navwalker::fallback', 'walker' => new arilewp_bootstrap_navwalker() ) ); ?> </div> </div> </nav> <!-- /Theme Menubar -->