View Single Post
  #12  
Old 03-10-2005, 02:30 PM
  KCAutosound's Avatar 
KCAutosound KCAutosound is offline
 

eXpert
  
Join Date: Feb 2005
Posts: 220
 

Default

well I tried to place this code between the <head> tags
Code:
{literal} <script language="JavaScript1.2" type="text/javascript">var ace_path = ''; </script> <script language="JavaScript1.2" type="text/javascript" src="acemenu_loader.js"> </script> {literal}

then I replaced { include file="customer/categories.tpl" } with

Code:
{literal} <script language="JavaScript1.2" type="text/javascript" src="kcamenu.js"></script> {/literal}

then just before the </body> tag I placed

Code:
{literal} <script language="JavaScript1.2" type="text/javascript">ACEDisplayMenu(); </script> <script language="JavaScript1.2" type="text/javascript">ACECreateMenu();onload=ACELoadMenu; </script> {/literal}

but still nothing. Like brain surgery to me man..lol This is about the only thing keeping my site from going live.
__________________
X-Cart version 4.7.6 Gold
xcartmods.co.uk - Ultra Template
Reply With Quote