Help needed, incoded footer.php

Benditer

Junior Member
Joined
Aug 13, 2009
Messages
123
Reaction score
37
Guys

Calling All programming gods to help me with this encoded footer.php files decoded. I want the bloody links thr removed.

Thanks in advance
 

Attachments

Here you go :
decoded file
PHP:
<?php include (TEMPLATEPATH . '/bottom.php'); ?>
<div class="clear"></div>
<div id="footer">
<div class="fmenu">
 <ul>
 <li><a href="<?php bloginfo('url'); ?>">Home</a></li>
 <?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>
</ul>
</div>	

<span class="left">  Designed  by <a href="http://www.web2feel.com" target="_blank"> web2feel.com </a>  </span>

<span class="right"> Coded  by <a href="http://www.localmatch.com/" target="_blank">Local Dating</a>, <a href="http://www.onlinedatingresource.com/" target="_blank">Dating Tips</a>,<a href="http://www.millionaireflirt.com/" target="_blank">Sugar Daddies</a>  </span>
		
</div>
</div>
<?php wp_footer(); ?>
</body>
</html>
 
Thanx buddy. Sorry for the late response. I had got busy with other things.
 
Back
Top