jdoc:include trouble while modifying 247clean - Joomla! Forum - community, help and support
hello,
i'm trying built custom template on 247clean.
as far understand http://docs.joomla.org/what_is_module_chrome%3f
renders as:
but rendered as:
what may wrong here?
thanks in advance,
oma
i'm trying built custom template on 247clean.
as far understand http://docs.joomla.org/what_is_module_chrome%3f
code: select all
<jdoc:include type="modules" name="user4" style="none"/> should render as:
renders as:
code: select all
<ul class="menu">
<li><!-- various menu items --></li>
</ul>
but rendered as:
code: select all
<table width="100%" border="0" cellpadding="0" cellspacing="1"><tr><td nowrap="nowrap"><a href="/index.php?option=com_content&view=article&id=15&itemid=39
<!-- stuff left out -->
</td></tr></table>
what may wrong here?
thanks in advance,
oma
Comments
Post a Comment