| Server IP : 51.91.236.193 / Your IP : 216.73.216.224 Web Server : Apache System : Linux webm010.cluster128.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : institutah ( 16501) PHP Version : 7.2.34 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/institutah/www/wp-content/plugins/js_composer/include/templates/editors/navbar/ |
Upload File : |
<?php
if ( ! defined( 'ABSPATH' ) ) {
die( '-1' );
}
?>
<div class="<?php echo isset( $css_class ) && ! empty( $css_class ) ? esc_attr( $css_class ) : 'vc_navbar'; ?>"
role="navigation"
id="vc_navbar">
<div class="vc_navbar-header">
<?php
// @codingStandardsIgnoreLine
print $nav_bar->getLogo();
?>
</div>
<ul class="vc_navbar-nav">
<?php
foreach ( $controls as $control ) :
// @codingStandardsIgnoreLine
print $control[1];
endforeach;
?>
</ul>
<!--/.nav-collapse -->
</div>