View Single Post
  #3  
Old 02-03-2005, 04:55 AM
 
compmind compmind is offline
 

Newbie
  
Join Date: Dec 2004
Posts: 3
 

Default

this is my rectangle_top.tpl .. i dont see any head.tpl mentioned around =/ any other ideas?
Code:
{* $Id: rectangle_top.tpl,v 1.13.2.3 2004/12/29 08:43:07 max Exp $ *} { include file="common_js.tpl"} {if $config.Adaptives.isJS eq '' && $adaptives_action ne ''} <FORM action="{$adaptives_action}" method="post" name="adaptiveform"> <INPUT type="hidden" name="send_isJS" value="Y"> <INPUT type="hidden" name="send_browser" id="send_browser" value=""> </FORM> <SCRIPT type="text/javascript" language="JavaScript 1.2"> {include file="browser_identificator_js.tpl"} document.getElementById('send_browser').value = browser_identificator(); document.adaptiveform.submit(); </SCRIPT> {/if} <TABLE align="center" border="0" cellpadding="0" cellspacing="0" width="{$width|default:"100%"}" height="100%"> <TR> <TD valign="top">
__________________
Using X-cart Version 4.0.10
Reply With Quote