View Single Post
  #13  
Old 07-22-2009, 12:30 AM
 
benjyboy benjyboy is offline
 

Advanced Member
  
Join Date: Jul 2009
Posts: 38
 

Default Re: removing powered by xcart

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}
__________________
X-Cart 4.2.2 Pro
Apache/2.0.52 (Red Hat)
PHP 4.4.9
MySQL 5.0.83
Reply With Quote