My code is as follows:
bottom.tpl remains untouched (ie: include file copyright.tpl & main/prnotice.tpl)
prnotice.tpl is:
{*
$Id: prnotice.tpl,v 1.11 2008/10/29 16:50:20 max Exp $
vim: set ts=2 sw=2 sts=2 et:
*}
{*** NOTE: If you are reselling X-Cart stores, please contact us (
http://www.x-cart.com) before changing the Powered-by note here. ***}
{if $main eq "catalog" and $current_category.category eq ""}
Site by <a href="http://www.mycompany.co.uk">My Company</a>
{else}
Site by My Company
{/if}