| Server IP : 62.171.151.215 / Your IP : 216.73.217.53 Web Server : nginx/1.18.0 System : Linux vmi3128365 5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 x86_64 User : alex ( 1000) PHP Version : 8.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/raptorseduction.com/wp-content/themes/seduction-tailwind/ |
Upload File : |
</main>
<footer class="border-t border-neutral-800 bg-neutral-950 py-12 text-white">
<div class="mx-auto flex w-full max-w-site flex-col gap-8 px-6 md:px-12">
<div class="flex flex-col items-center justify-between gap-6 md:flex-row">
<?php if (function_exists('has_custom_logo') && has_custom_logo()) : ?>
<div class="site-footer-logo">
<?php the_custom_logo(); ?>
</div>
<?php else : ?>
<a class="font-heading text-sm font-bold uppercase tracking-[0.22em] text-white" href="<?php echo esc_url(home_url('/')); ?>">
Raptor Séduction
</a>
<?php endif; ?>
<nav aria-label="<?php esc_attr_e('Navigation footer', 'seduction-tailwind'); ?>">
<?php
wp_nav_menu(array(
'theme_location' => 'footer',
'container' => false,
'menu_class' => 'flex flex-wrap items-center justify-center gap-6 text-sm text-neutral-400',
'fallback_cb' => 'seduction_tailwind_footer_fallback',
'depth' => 1,
));
?>
</nav>
<div class="flex items-center gap-4 text-neutral-400">
<a class="transition hover:text-white" href="#" aria-label="TikTok"><?php echo seduction_tailwind_inline_icon('tiktok'); ?></a>
</div>
</div>
<p class="text-center text-xs text-neutral-600">
© <?php echo esc_html(date_i18n('Y')); ?> Raptor Séduction. Tous droits réservés.
</p>
</div>
</footer>
</div>
<?php wp_footer(); ?>
</body>
</html>