HEX
Server: Apache
System: Linux sys.digiflyeg.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
User: opal (1023)
PHP: 8.1.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/opal/.trash/category-template-1755158582/template-parts/header/navigation.php
<?php
/**
 * Template part for displaying the primary navigation menu.
 *
 * @package Highstarter
 * 
 * @since 1.0
 * @version 1.0
 * @copyright  Copyright (c) 2020, Atanas Yonkov
 * @license    http://opensource.org/licenses/gpl-2.0.php GNU Public License
 */

?>

<!--Toggle menu on mobile-->
<button class="menu-toggle" id="menu-toggle" role="button" tabindex="0">
    <div></div>
    <div></div>
    <div></div>
</button>

<nav id="site-navigation" class="main-navigation">

<?php // Insert menu items through WP admin
    wp_nav_menu(
        array(
            'theme_location' => 'top',
            'menu_class' => 'menu-primary-container',
            'container_class' => 'menu-primary-container',
        )
    );
?>
</nav><!-- .menu-1 -->