Ninja Before changes:
incorrect language position after changes:
code before changes:
<?php if ($this->countModules('topbar-left')) : ?>
<div class="col-sm-4 hidden-xs">
<div class="topbar-left">
<jdoc:include type="modules" name="<?php $this->_p('topbar-left') ?>" />
</div>
</div>
<?php endif ?>
code after changes:
<?php if ($this->countModules('topbar-left')) : ?>
<div class="topbar-left">
<jdoc:include type="modules" name="<?php $this->_p('topbar-left') ?>" />
</div>
<?php endif ?>