HEX
Server: Apache
System: Linux webm013.cluster123.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: lesanew (165608)
PHP: 8.3.31
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/lesanew/anestetues2/web/app/cache/acorn/framework/views/2934e02c8d6359859a11060bfad366a1.php
<footer class="content-info footer bg-secondary">
  <div class="container footer__container">
    <div class="footer__left">
      <div class="footer__logo">
        <?php echo get_custom_logo(); ?>

      </div>

      <?php if(has_nav_menu('primary_navigation')): ?>
        <nav class="footer__nav" aria-label="<?php echo e(wp_get_nav_menu_name('primary_navigation')); ?>">
          <?php echo wp_nav_menu([
              'theme_location' => 'primary_navigation',
              'menu_class' => 'nav nav-footer',
              'menu_id' => 'menu-footer',
              'echo' => false,
            ]); ?>

        </nav>
      <?php endif; ?>
    </div>

    <div class="footer__right">
      <div class="footer__ctas">
        <a href="<?php echo e(home_url('/line-up')); ?>" class="btn text-primary outline">Line-up</a>
        <a href="<?php echo e(home_url('/billeterie')); ?>" class="btn arrow-secondary">Billetterie</a>
        <a
          href="<?php echo e(function_exists('wc_get_cart_url') ? wc_get_cart_url() : home_url('/panier')); ?>"
          class="btn not-arrow bg-light text-primary"
        >
          <svg aria-hidden="true" focusable="false">
            <use
              xlink:href="<?php echo e(get_template_directory_uri()); ?>/public/build/images/svg/icons.svg#cart"
            ></use>
          </svg>
        </a>
      </div>

      <div class="footer__socials" aria-label="Réseaux sociaux">
        <a
          href="https://www.instagram.com"
          target="_blank"
          rel="noreferrer"
          class="footer__social-link"
        >
          <span class="screen-reader-text">Instagram</span>
          <svg aria-hidden="true" focusable="false">
            <use
              xlink:href="<?php echo e(get_template_directory_uri()); ?>/public/build/images/svg/icons.svg#instagram"
            ></use>
          </svg>
        </a>
        <a
          href="https://www.facebook.com"
          target="_blank"
          rel="noreferrer"
          class="footer__social-link"
        >
          <span class="screen-reader-text">Facebook</span>
          <svg aria-hidden="true" focusable="false">
            <use
              xlink:href="<?php echo e(get_template_directory_uri()); ?>/public/build/images/svg/icons.svg#facebook"
            ></use>
          </svg>
        </a>
        <a
          href="https://www.tiktok.com"
          target="_blank"
          rel="noreferrer"
          class="footer__social-link"
        >
          <span class="screen-reader-text">TikTok</span>
          <svg aria-hidden="true" focusable="false">
            <use
              xlink:href="<?php echo e(get_template_directory_uri()); ?>/public/build/images/svg/icons.svg#tiktok"
            ></use>
          </svg>
        </a>
      </div>
    </div>
  </div>

  <div class="container footer__bottom">
    <span class="footer__bottom-copy">Copyright © <?php echo e(date('Y')); ?> Agence B-now</span>

    <div class="footer__bottom-links">
      <a href="<?php echo e(home_url('/politique-de-confidentialite')); ?>">Politique de confidentialité</a>
      <a href="<?php echo e(home_url('/mentions-legales')); ?>">Mentions Légales</a>
    </div>
  </div>
</footer>
<?php /**PATH /home/gaetan/www/les-anes-tetus-2.0/web/app/themes/anes-tetues/resources/views/sections/footer.blade.php ENDPATH**/ ?>