-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
executable file
·77 lines (65 loc) · 2.53 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after
*
* @package Looptroop Rockers v5
*/
?>
</div><!-- #content -->
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="site-info">
<div class="site-footer__logo">
<img src="<?php echo get_template_directory_uri() ?>/img/ltrlogo.png">
</div>
<div class="site-footer__contact">
<h3>Contact</h3>
<p><a href="https://twitter.com/looptroopdvsg/" rel="me">Hit us up on Twitter</a> or use one of the e-mail addresses listed here.</p>
<h3>Bookings</h3>
<ul>
<li>
<strong>Ola Broquist</strong><br>
ola (a) luger . se<br>
<a href="http://www.luger.se">www.luger.se</a><br>
+46 (0) 8-578 679 00
</li>
</ul>
</div>
<div class="site-footer__press">
<h3>Press</h3>
<ul>
<li>
<strong>SKIVA Promotion</strong><br>
christian (a) skiva . se
</li>
</ul>
<h3>Tour questions</h3>
<ul>
<li>
<strong>Peter Sehlin</strong><br>
peter (a) sucky . se
</li>
</ul>
</div>
<div class="site-footer__social">
<h3>Stay connected</h3>
<ul>
<li><a href="http://www.looptrooprockers.com/feed/">Follow the RSS feed</a></li>
<li><a href="http://www.bloglovin.com/sv/blog/557880/looptroop-rockers">Follow us on BlogLovin'</a></li>
<li><a href="http://twitter.com/LooptroopDVSG" rel="me">Looptroop Rockers on Twitter</a></li>
<li><a href="http://instagram.com/looptroopdvsg" rel="me">Looptroop Rockers on Instagram</a></li>
<li><a href="http://www.facebook.com/embeemusic" rel="me">Embee on Facebook</a></li>
<li><a href="http://www.facebook.com/looptrooprockers" rel="me">Looptroop Rockers on Facebook</a></li>
<li><a href="http://www.youtube.com/user/dvsgee" rel="me">Looptroop Rockers on Youtube</a></li>
</ul>
</div>
<hr>
<p>© Looptroop Rockers <?php echo date('Y') ?> | Design and development <a href="http://davidpaulsson.se/" rel="designer">David Paulsson</a> | Hosted by <a href="https://fsdata.se/">FS Data</a> | <a href="https://github.com/davidpaulsson/Looptroop-Rockers/">Want to help out, nerd?</a></p>
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- #page -->
</div><!-- .page-wrapper -->
<?php wp_footer(); ?>
</body>
</html>