-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
30 lines (28 loc) · 1.3 KB
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<a href="#masthead" class="back-top hide" alt="Back to top" title="Retour en haut de page"></a>
</main><!-- /#main-content -->
<footer role="contentinfo">
<div class="pre-footer"><span></span></div>
<div class="bottom-bar">
<span> <?php $struct = get_field('structure', 'option');
extract($struct); ?>
- © <?php echo $denomination ?> - <?php echo date("Y"); ?> -
<?php $hatsu = get_field('creation_developpement_site', 'option');
extract($hatsu); ?>
<?php $field = get_field_object('creation_developpement_site', 'option'); ?>
<?php echo $field['label']; ?> :
<a alt="hatsumei" href="<?= $site_web ?>"> <?= $denomination ?></a> - <a alt="Mentions Légales" href="/mentions-legales">Mentions légales</a>
</span>
<span> <?php $struct = get_field('structure', 'option');
extract($struct); ?>
- © <?php echo $denomination ?> - <?php echo date("Y"); ?> -
<?php $hatsu = get_field('creation_developpement_site', 'option');
extract($hatsu); ?>
<?php $field = get_field_object('creation_developpement_site', 'option'); ?>
<?php echo $field['label']; ?> :
<a alt="hatsumei" href="<?= $site_web ?>"> <?= $denomination ?></a> - <a alt="Mentions Légales" href="/mentions-legales">Mentions légales</a>
</span>
</div>
</footer>
<?php wp_footer(); ?>
</body>
</html>