Oh the suspense... almost there!!!
I left the code above the tag alone
Code:
<LINK rel="stylesheet" href="{$SkinDir}/tabs.css">
{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}
</HEAD>
<BODY leftmargin="0" topmargin="0" rightmargin="0" bottomargin="0" marginwidth="0" marginheight="0">
Just before the </body> tag.
Code:
</TABLE>
{ include file="rectangle_bottom.tpl" }
{literal}
<script language="JavaScript1.2" type="text/javascript">ACECreateMenu();onload=ACELoadMenu;
</script>
{/literal}
</BODY>
</HTML>
I did move that code to the categories.tpl file
Code:
{* $Id: categories.tpl,v 1.23 2004/06/24 09:53:29 max Exp $ *}
{capture name=menu}
{literal}
<script language="JavaScript1.2" type="text/javascript" src="kcamenu.js"></script>
<script language="JavaScript1.2" type="text/javascript">ACEDisplayMenu();
</script>{/literal}
{/capture}
{ include file="menu.tpl" dingbats="dingbats_categorie.gif" menu_title=$lng.lbl_categories menu_content=$smarty.capture.menu }
I have went as far as placing the kcamenu.js and acemenu_loader.js files in every directory from root on..lol but still no menu showing.
Not quite sure on what setting I should have on that ace_path='' line though.