View Single Post
  #2  
Old 12-29-2004, 04:35 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

Hi Deonya. Personally (and this is by no means an opinion shared by everyone), I almost always remove that link and have never had anyone complain about it. Most people don't even know how to change their screen resolutions, let alone disable JavaScript To remove it from the menu boxes, look for this bunch of code in auth.tpl and authbox.tpl and either comment it out or remove it:

Code:
{if $usertype eq "C"} <TR> <TD class="VertMenuItems" align="right"> {if $js_enabled} {$lng.txt_javascript_disabled} {else} {$lng.txt_javascript_enabled} {/if} </TD> </TR> {/if}
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote