-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfooter.php
52 lines (44 loc) · 2.64 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
<?php
/**
* Apocrypha Theme Footer Template
* Andrew Clayton
* Version 1.0.0
* 8-4-2012
*/
?>
</div><!-- #main-container -->
<div id="footer-container">
<div id="footer-divider">
<div id="footer-anvil">
<a id="anvil-link" class="backtotop" href="#top"></a>
</div>
</div><!-- #footer-divider -->
<nav id="footer-navigation">
<a class="footer-nav-item" href="<?php echo SITEURL . '/about-us/'; ?>" title="Learn more about Tamriel Foundry">
<img id="footer-about" class="footer-nav-image" src="<?php echo THEME_URI; ?>/images/backgrounds/about-us.png" alt="About Tamriel Foundry" height="180" width="180"/>
<h3 class="double-border top">About Us</h3>
</a>
<a class="footer-nav-item" href="<?php echo SITEURL . '/activity/'; ?>" title="Browse recent Tamriel Foundry activity">
<img id="footer-guides" class="footer-nav-image" src="<?php echo THEME_URI; ?>/images/backgrounds/guides.png" alt="Elder Scrolls Online Guides" height="180" width="180"/>
<h3 class="double-border top">Activity</h3>
</a>
<a class="footer-nav-item" href="<?php echo SITEURL . '/forums/'; ?>" title="Browse the forums">
<img id="footer-forums" class="footer-nav-image" src="<?php echo THEME_URI; ?>/images/backgrounds/forums.png" alt="Tamriel Foundry Forums" height="180" width="180"/>
<h3 class="double-border top">Forums</h3>
</a>
<a class="footer-nav-item" href="<?php echo SITEURL . '/groups/' ?>" title="Browse groups and guilds">
<img id="footer-guilds" class="footer-nav-image" src="<?php echo THEME_URI; ?>/images/backgrounds/guilds.png" alt="Guilds and Groups Directory" height="180" width="180"/>
<h3 class="double-border top">Guilds</h3>
</a>
</nav><!-- #footer-navigation -->
<div id="footer">
<p>Copyright © 2013 <a href="<?php echo SITEURL; ?>" title="Tamriel Foundry" rel="home">Tamriel Foundry</a>. Questions, comments, or concerns? <a href="<?php echo SITEURL; ?>/contact-us/" title="Contact Tamriel Foundry">Contact Us</a>.<br>Tamriel Foundry was created using content and materials from <a href="http://elderscrollsonline.com/" title="Official Game Website" target="_blank">The Elder Scrolls Online</a> © ZeniMax Online Studios, LLC or its licensors.</p>
</div><!-- #footer -->
</div><!-- #footer-container -->
<!-- Quantcast Tag -->
<noscript><div style="display: none;"><img src="http://pixel.quantserve.com/pixel/p-test123.gif" height="1" width="1" alt="Quantcast"/></div></noscript>
<?php wp_footer(); ?>
<!-- <?php echo get_num_queries(); ?> queries in <?php timer_stop(1); ?> seconds. -->
<!-- <?php echo round ( memory_get_peak_usage() / 1048576 , 2 ) . 'megabytes used.'; ?> -->
</body>
</html>