HEX
Server: Apache
System: Linux cpanel.classit.ro 4.18.0-553.144.1.el8_10.x86_64 #1 SMP Tue Jul 14 09:26:58 EDT 2026 x86_64
User: contexpert (1050)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/contexpert/public_html/site/wp-content/themes/vega/parts/header-top.php
<?php if ( has_nav_menu( 'top_left' ) || has_nav_menu('top_right') ) { ?>

<!-- ========== Header ========== -->

<div class="header">

    <div class="container">
        <div class="row">
            <div class="col-sm-6 header-left">
                <?php if ( has_nav_menu( 'top_left' ) ) { ?>
                <?php wp_nav_menu( array( 'theme_location' => 'top_left', 'depth' => 1, 'container' => '', 'menu_class' => 'top-menu' ) ); ?>
                <?php } ?>
            </div>
                               
            <div class="col-sm-6 header-right">
                <?php if ( has_nav_menu( 'top_right' ) ) { ?>
                <?php wp_nav_menu( array( 'theme_location' => 'top_right', 'depth' => 1, 'container' => '', 'menu_class' => 'social-menu top-menu' ) ); ?>
                <?php } ?>
            </div>
            
        </div>
    </div>
  
</div>
<div class="header-toggle"><i class="fa fa-angle-down"></i></div>
<!-- ========== /Header ========= -->

<?php } ?>