mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-14 23:21:07 +01:00
19 lines
918 B
PHP
19 lines
918 B
PHP
|
<div id="close">
|
||
|
</div>
|
||
|
</div><!--/page -->
|
||
|
<!--footer bar -->
|
||
|
<div id="footer">
|
||
|
<div class="alignleft"><br/> © 2007
|
||
|
<?php bloginfo('name'); ?>
|
||
|
is proudly powered by <a href="http://www.wordpress.org" target="_blank">Wordpress</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="alignright"><br/>Theme By: <a href="http://www.iwebnet.org" title="i Web Net Design " target="_blank">i Web Net</a> Sponsored By: <a href="http://www.affiliatewatcher.com" title="affiliate program" target="_blank">Affiliate Program</a> | <a href="http://www.mmixmasters.org " title="Bid for Position" target="_blank">Bid for Position</a> | <a href="http://www.drwords.com/combo/" title="Scrabble words
|
||
|
" target="_blank">Scrabble words
|
||
|
</a>
|
||
|
</div>
|
||
|
</div>
|
||
|
<!--footer bar end -->
|
||
|
<?php wp_footer(); ?>
|
||
|
</body>
|
||
|
</html>
|