How to add another position to afterburner template sidebar? - Joomla! Forum - community, help and support
here's bit of code form that:
i want add sidebar position did this:
i added in template details too, it's still not working. can see position on page in ?tp=1 module won't show.
code: select all
<?php if ($rightcolumn_width != 0) : ?>
<div id="col3" class="<?php echo $rightcolumn_color; ?>">
<jdoc:include type="modules" name="right" style="afterburner" />
</div>
<?php endif; ?>i want add sidebar position did this:
code: select all
<?php if ($rightcolumn_width != 0) : ?>
<div id="col3" class="<?php echo $rightcolumn_color; ?>">
<jdoc:include type="modules" name="right" style="afterburner" />
<jdoc:include type="modules" name="right1" style="afterburner" />
</div>
<?php endif; ?>i added in template details too, it's still not working. can see position on page in ?tp=1 module won't show.
ughh showing
Comments
Post a Comment