Have worked with Joomla for a couple of years, so I’m quite embarassed to say that I simply cannot figure this one out…
How do I create the same horizontal navigation (under logo.gif) that I see in the demo. There is no position noted in the template index.php file, just this code:
<!– BEGIN: MAIN NAVIGATION –>
<div id=”ja-mainnavwrap”>
<div id=”ja-mainnav” class=”clearfix”>
<?php $jamenu->genMenu (0); ?>
</div>
</div>
<?php if ($hasSubnav) { ?>
<div id=”ja-subnavwrap”>
<div id=”ja-subnav” class=”clearfix”>
<?php $jamenu->genMenu (1,1); ?>
</div>
</div>
<?php } ?>
<!– END: MAIN NAVIGATION –>
And i don’t see how anything in ja_vars_1.0x.php helps… it’s not the main menu… it’s got to be another menu but I simply don’t get it. Is this possible in 1.0.15 version of Joomla?????