-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
32 lines (28 loc) · 1.67 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
<?php
/**
* @package WordPress
* @subpackage Yoko-Webdebs
*/
?>
</div><!-- end wrap -->
<footer id="colophon" class="clearfix">
<span class="webdebs">
<img src="<?php echo get_stylesheet_directory_uri() ?>/images/footer_webdebs_logo.png" alt="Proudy made in Brescia by WEBdeBS" />
</span>
<span class="contact">
<a href="mailto:info@webdebs.org"><img src="<?php echo get_stylesheet_directory_uri() ?>/images/footer_contact_email.png" alt="Contact us" /></a>
</span>
<span class="follow">
<a href="http://twitter.com/#!/webdebresa"><img src="<?php echo get_stylesheet_directory_uri() ?>/images/footer_follow_twitter.png" alt="Follow us on Twitter" /></a>
<a href="http://www.facebook.com/webdebs"><img src="<?php echo get_stylesheet_directory_uri() ?>/images/footer_follow_facebook.png" alt="Follow us on Facebook" /></a>
<a href="http://groups.google.com/group/webdebs"><img src="<?php echo get_stylesheet_directory_uri() ?>/images/footer_follow_ggroups.png" alt="Follow us on Google Groups" /></a>
<a href="<?php bloginfo('rss2_url'); ?> "><img src="<?php echo get_stylesheet_directory_uri() ?>/images/footer_follow_rss.png" alt="Follow our RSS feed" /></a>
</span>
<a href="/"><img class="gohome" src="<?php echo get_stylesheet_directory_uri() ?>/images/footer_goto_home.png" alt="Homepage" /></a>
<a href="#page"><img class="gotop" src="<?php echo get_stylesheet_directory_uri() ?>/images/footer_goto_top.png" alt="Top" /></a>
<a href="/credits"><img class="credits" src="<?php echo get_stylesheet_directory_uri() ?>/images/footer_credits.png" alt="Credits" /></a>
</footer><!-- end colophon -->
</div><!-- end page -->
<?php wp_footer(); ?>
</body>
</html>