Now with that said what template files are loading the inset2 position on a default setting of the template? beacause it seems it's being called but not in <?php $this->loadBlock('xxxx') ?> form.
I can see the position
- Code: Select all
if($this->countModules($inset2)) :
?>
<div class="gk-col column gk-inset2" style="width:<?php echo $this->getColumnWidth('i2') ?>%">
<jdoc:include type="modules" name="<?php echo $inset2;?>" style="gavickpro" />
</div>
<?php endif; ?>
but even if I delete this it's still there. I guess I'll just keep searching.