-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
40 lines (23 loc) · 1.24 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
31
32
33
34
35
36
37
38
39
40
<footer class="footer-container">
<div class="footer-parent-social">
<?php get_template_part('parts/social-links'); ?>
</div>
<div class="footer-parent">
<?php get_template_part('parts/footer-links'); ?>
<div class="footer-child">
<div class="footer-list">
<a href="<?php echo get_theme_mod('custom-link-booking-url'); ?>" title="bokadirekt" target="_blank">
<img class="bokadirekt" src="https://foretag.bokadirekt.se/bokatid/BokaTid_Vit_MorkBakgrund_120px.png" alt="Boka tid" border="0" />
</a>
</div>
</div>
</div>
<div class="footer-bottom">
<p class="footer-copy">© <?php echo Date('Y'); ?> - <?php bloginfo('name'); ?> - All rights reserved.</p>
<a href="#header-new"><p class="to-top" title="Till toppen av sidan"></p></a>
</div>
</footer>
</div> <!--content-container-full-width-->
<?php wp_footer(); ?>
</body>
</html>