web/wp-content/themes/aparatus/footer.php
author ymh <ymh.work@gmail.com>
Mon, 22 Mar 2010 16:36:28 +0100
changeset 5 ac511f1ccc8e
parent 1 0d28b7c10758
permissions -rw-r--r--
add hgignore

</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">&copy; 2009 All rights reserved. <a href="http://fearlessflyer.com">Web Design by Fearless Flyer</a></div>
<!--credits-->
</div><!--footer-->


</body>
</html>