View Single Post
  #8  
Old 07-08-2008, 11:33 AM
 
Aqua Aqua is offline
 

Advanced Member
  
Join Date: Feb 2007
Location: Idaho, USA
Posts: 97
 

Default Re: Is this needed ( If Javascript is disabled... )

Ah Ha... I seems the culprit was:

<tr>
<td valign="bottom">

<table width="100%" cellpadding="14" cellspacing="0" align="center">
<tr>
<td>
{if $js_enabled}
<a href="{$js_update_link|amp}" class="SmallNote">{$lng.txt_javascript_disabled}</a>
{else}
<a href="{$js_update_link|amp}" class="SmallNote">{$lng.txt_javascript_enabled}</a>
{/if}
</td>
</tr>
</table>

</td>
</tr>

in /customer/categories.tpl

Does that make sense?
__________________
Aquaman
------------------------------------
X-Cart 4.7.4 Gold
Mods:Authorize.net DPM
CDSEO, xCMS, Rich Snippets, Custom Redirects
xBanners
One Page Checkout
Magic Scroll
Google Shopping export
Lumino Responsive Template
TSS Hosting
Reply With Quote