File: C:/xampp/htdocs/wordpress/wp-content/themes/shoot-it/footer.php
<div id="footer">
<p id="legal" style="float:right;">© 2008 Overhaul Industries</p><!-- Enter your legal copy here -->
<div id="ftrnav" align="center">
<div class="navcontainer">
<ul class="navlist">
<li><a href="index.php" title="one">Home</a></li>
<?php wp_list_pages('title_li='); ?>
<li><a href="http://www.gnu.org/" rel="http://www.gnu.org/"><img src="http://www.gnu.org/graphics/gplv3-88x31.png" alt="GNU License Logo" width="88" height="31" border="0" /></a></li>
<li><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10-blue" alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a></li>
<li><a href="http://jigsaw.w3.org/css-validator/"><img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS!" /></a></li>
</ul>
</div>
</div><!-- ftrnav -->
<!-- If you'd like to support WordPress, having the "powered by" link somewhere on your blog is the best way; it's our only promotion or advertising. -->
<!-- Artists need credit too!! Please keep the reference to the Shoot it! Template by Bill Heaton - http://pixelhander.com/shoot-it/ -->
<br /><br />
<p class="smalltype"><?php bloginfo('name'); ?> is proudly powered by <a href="http://wordpress.org/">WordPress</a> <a href="<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a> and <a href="<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>. <br />
<em>This Shoot it!</em> Template by <a href="http://pixelhander.com/about/" target="_blank">Bill Heaton</a> is licensed under <a rel="license" href="http://www.gnu.org/licenses/gpl-3.0.txt">The GNU General Public License</a>.</p>
<?php wp_footer(); ?>
<!-- <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. -->
</div><!-- footer -->
</div><!-- main -->
</div><!-- wrapper -->
</body>
</html>