style = "xhtml" vs style = "none" - Joomla! Forum - community, help and support
i noticed in index.php under protostar template, of module positions have
style = "xhtml"
others have
style = "none"
in context:
<jdoc:include type="modules" name="banner" style="xhtml" />
vs
<jdoc:include type="modules" name="position-0" style="none" />
what difference these styles? can tell me?
style = "xhtml"
others have
style = "none"
in context:
<jdoc:include type="modules" name="banner" style="xhtml" />
vs
<jdoc:include type="modules" name="position-0" style="none" />
what difference these styles? can tell me?
the difference between xhtml , none xhtml accepts menu title , none doesnt.
for example if assign module in position xhtml style module title display if u set module title show.
from other hand if assign module in style=none position if set title display title wont display.
for example if assign module in position xhtml style module title display if u set module title show.
from other hand if assign module in style=none position if set title display title wont display.
Comments
Post a Comment