--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/web/wp-content/themes/aparatus/footer.php Fri Mar 12 13:29:04 2010 +0000
@@ -0,0 +1,19 @@
+</div><!--wrap-->
+<div id="footer">
+<div id="logo-footer">
+<?php bloginfo('name');?>
+</div>
+<div id="page-nav-footer">
+<ul>
+<li class="first"><a href="<?php bloginfo('url');?>">Home</a></li>
+<?php wp_list_pages('title_li=&depth=1&sort_column=menu_order'); ?>
+</ul>
+</div><!--page-nav-footer-->
+<!--please do not take this section out-->
+<div id="credits">© 2009 All rights reserved. <a href="http://fearlessflyer.com">Web Design by Fearless Flyer</a></div>
+<!--credits-->
+</div><!--footer-->
+
+
+</body>
+</html>
\ No newline at end of file