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.