Hi
I don’t understand why I only get raw output from modules, no matter the layout or position I choose. E.g. default-joomla-3.x in position sidebar 2. That is loaded from mainbody:
<?php if ($this->countModules($sidebar2)) : ?>
<!-- SIDEBAR 2 -->
<div class="t3-sidebar t3-sidebar-2 <?php echo $this->getClass($layout, $col) ?><?php $this->_c($sidebar2)?>" <?php echo $this->getData ($layout, $col++) ?>>
<jdoc:include type="modules" name="<?php $this->_p($sidebar2) ?>" style="T3Xhtml" />
</div>
<!-- //SIDEBAR 2 -->
<?php endif ?>
That block has style=”T3Xhtml” and not raw, but still no title. Why? It works on the demo site.