-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfooter.php
31 lines (30 loc) · 936 Bytes
/
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
<div id="footer_dummy"></div>
</div>
<div id="footer_wrap" class ="clear">
<div id="footer">
<div class="f_logo"></div>
<div class="words">
<div class="copy_r">
<p> © 2013 Postiles </p>
</div>
<div id="f_nav">
<p>
<a href="/concept.html">Concept</a>
|
<a href="/team.html">Team</a>
|
<a href="/">Blog</a>
|
<a href="/subscribe.html">Subscribe</a>
|
<a href="mailto:[email protected]" target="_blank">Contact Us</a>
</p>
</div>
</div>
<div class="f_sns">
</div>
</div><!-- end of footer -->
</div><!-- end of footer_wrap -->
<?php $this->footer(); ?>
</body>
</html>