mod_mainmenu output override to specific class - Joomla! Forum - community, help and support
hi!
i have /templates/mytemplatename/html/mod_mainmenu/default.php
and structure of menu:
<div>
<div class="moduletable">
<h3></h3>
<ul class="menu">
<li></li>
</ul>
</div>
</div>
my question is: add default.php make <h3 class="specific class1"> , <ul class="menu"> <ul class="specific menu2">
i did find lots of tutorials php not great. looking forward reply.
(ps no module hacking)
i have /templates/mytemplatename/html/mod_mainmenu/default.php
and structure of menu:
<div>
<div class="moduletable">
<h3></h3>
<ul class="menu">
<li></li>
</ul>
</div>
</div>
my question is: add default.php make <h3 class="specific class1"> , <ul class="menu"> <ul class="specific menu2">
i did find lots of tutorials php not great. looking forward reply.
(ps no module hacking)
Comments
Post a Comment