(Withdrawn) php mosshow() ? - Joomla! Forum - community, help and support
sorry, absolutely wrong forum ask question.
hi,
note: posted thread in 'general', met silence. hope correct forum? if not apologies.
currently i'm changing template have downloaded , installed. choose template has horizontal men in 2 lines. if hover on menu item in top line, submenu items of menu displayed in second line (if available). now, top menu same 'main menu' in left module. (see template here: http://demo.snek.gr/index.php?jos_change_template=zeus)
my question "joomla 1-oh-1", here goes. how joomla know module load in following code:
code:
i have expected mod_mainmenu load. how joomla! know in piece of code load main menu , not menu. or, need load choice of menu on spot?
hope hear soon,
michel
hi,
note: posted thread in 'general', met silence. hope correct forum? if not apologies.
currently i'm changing template have downloaded , installed. choose template has horizontal men in 2 lines. if hover on menu item in top line, submenu items of menu displayed in second line (if available). now, top menu same 'main menu' in left module. (see template here: http://demo.snek.gr/index.php?jos_change_template=zeus)
my question "joomla 1-oh-1", here goes. how joomla know module load in following code:
code:
code: select all
<div id="horizmenu">
<ul id="nav">
<?php mosshow(); ?>
</ul>
</div> <!--end of horizmenu-->
i have expected mod_mainmenu load. how joomla! know in piece of code load main menu , not menu. or, need load choice of menu on spot?
hope hear soon,
michel
Comments
Post a Comment