View Single Post
  #2  
Old 05-05-2008, 06:28 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default Re: prnotice.tpl error after edit

1. Change the file and put the original code:

PHP Code:
{* $Idprnotice.tpl,v 1.6.2.1 2007/05/18 07:54:00 svowl Exp $ *}
{if 
$main eq "catalog" and $current_category.category eq ""}
Powered by X-Cart <a href="http://www.x-cart.com" class="Bottom">{$sm_prnotice_txt}</a>
{else}
Powered by X-Cart {$sm_prnotice_txt}
{/if} 

2. Clear cashe: ..../cleanup.php
Reply With Quote