HEX
Server: Apache
System: Linux webm005.cluster121.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: adventp (418412)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/adventp/www/wp-content/plugins/js_composer/include/templates/editors/navbar/ut-navbar.tpl.php
<?php
if ( ! defined( 'ABSPATH' ) ) {
    die( '-1' );
}
$class = isset( $css_class ) && ! empty( $css_class ) ? $css_class : 'ut_vc_navbar';
if ( vc_modules_manager()->is_module_on( 'vc-post-custom-layout' ) ) {
    $custom_layout = vc_modules_manager()->get_module( 'vc-post-custom-layout' );

    if ( $custom_layout->get_custom_layout_name() ) {
        $template_class = ' vc_post-custom-layout-selected';
    } else {
        $template_class = '';
    }
} else {
    $template_class = ' vc_post-custom-layout-selected';
}
$class .= $template_class;
$class .= ! empty( $post ) && ! empty( $post->post_content ) ? ' vc_not-empty' : '';
?>
<div class="<?php echo esc_attr( $class ); ?>"
     role="navigation"
     id="ut_vc_navbar">

    <ul class="vc_navbar-nav">
        <?php
        foreach ( $controls as $control ) :
            // @codingStandardsIgnoreLine
            print $control[1];
        endforeach;
        ?>
    </ul>
    <!--/.nav-collapse -->
    <?php print $controls_bottom; ?>
</div>