Standard Module Chromes: Difference between revisions
From Joomla! Documentation
m formating |
m spacing |
||
| Line 98: | Line 98: | ||
<source lang="html4strict"> | <source lang="html4strict"> | ||
<div class="well _menu"> | <div class="well _menu"> | ||
<h3 class="page-header">Main Menu</h3> | |||
<ul class="nav menu"> | |||
<li><!-- various menu items --></li> | |||
</ul> | |||
</div> | </div> | ||
</source> | </source> | ||
Revision as of 01:21, 28 July 2014
This article is tagged because it NEEDS UPDATING. You can help the Joomla! Documentation Wiki by contributing to it.
More pages that need help similar to this one are here. NOTE-If you feel the need is satistified, please remove this notice.
Reason: References to 1.5 and 1.6.
Note that this example includes class additions because the examples are taken using mod_mainmenu. The suffix "_menu" to the div class and the "menu" class on the ul tag are not present with other modules.
Note that the Module chrome doesn't necessarily change the appearance all that much - this depends on the CSS used in the template. For example, the 'none' and 'horz' chromes look very similar, although the underlying HTML code is very different.






