PATH:
home
/
letacommog
/
renovation-antibes
/
wp-content
/
plugins
/
gdpr-cookie-compliance
/
gdpr-modules
/
modal
<?php if ( ! defined( 'ABSPATH' ) ) { exit; } // Exit if accessed directly ?> <li class="menu-item-on menu-item-privacy_overview menu-item-selected"> <button data-href="#privacy_overview" class="moove-gdpr-tab-nav"><span class="gdpr-icon moovegdpr-privacy-overview"></span> <span class="gdpr-nav-tab-title"><?php echo esc_attr( $content->overview->nav_label ); ?></span></button> </li> <?php if ( $content->strictly->show ) : ?> <li class="menu-item-strict-necessary-cookies menu-item-off"> <button data-href="#strict-necessary-cookies" class="moove-gdpr-tab-nav"><span class="gdpr-icon moovegdpr-strict-necessary"></span> <span class="gdpr-nav-tab-title"><?php echo esc_attr( $content->strictly->nav_label ); ?></span></button> </li> <?php endif; ?> <?php if ( $content->third_party->show ) : ?> <li class="menu-item-off menu-item-third_party_cookies"> <button data-href="#third_party_cookies" class="moove-gdpr-tab-nav"><span class="gdpr-icon moovegdpr-3rd-party"></span> <span class="gdpr-nav-tab-title"><?php echo esc_attr( $content->third_party->nav_label ); ?></span></button> </li> <?php endif; ?> <?php if ( $content->advanced->show ) : ?> <li class="menu-item-advanced-cookies menu-item-off"> <button data-href="#advanced-cookies" class="moove-gdpr-tab-nav"><span class="gdpr-icon moovegdpr-advanced"></span> <span class="gdpr-nav-tab-title"><?php echo esc_attr( $content->advanced->nav_label ); ?></span></button> </li> <?php endif; ?> <?php if ( $content->cookiepolicy->show ) : ?> <li class="menu-item-moreinfo menu-item-off"> <button data-href="#cookie_policy_modal" class="moove-gdpr-tab-nav"><span class="gdpr-icon moovegdpr-policy"></span> <span class="gdpr-nav-tab-title"><?php echo esc_attr( $content->cookiepolicy->nav_label ); ?></span></button> </li> <?php endif; ?>
[+]
..
[-] tab-footer-buttons.php
[edit]
[-] gdpr-branding.php
[edit]
[-] company-logo.php
[edit]
[-] tab-navigation.php
[edit]
[-] modal-base-tabs.php
[edit]
[+]
content-sections
[-] modal-base-onepage.php
[edit]