Thread is ONLY 17 Months old..
im bumping this up i need to remove "Powered By phpFox Version 3.2.0rc1" Anyone please would highly appreciate it Thanks
Hi cool,
Plz go to edit template.html.php
path :
phpfox\theme\frontend\default\template\template.html.php
line no 132
Before:
<div id="copyright">
{branding}
</div>
plz remove {branding} and add your link
After :
<div id="copyright">
<a href="">your site</a>
</div>