Hi it's possible to add a new BOTTOM8 area inot the Quark template ? just after BOTTOM7 area....
Thanks in advance.
Andrea
<?php if($this->API->modules('bottom9') && $item_id != $error_item_id) : ?>
<section id="gkBottom9" class="gk-clearfix<?php if($this->API->modules('bottom9') > 1) : ?> gkPage gkCols3<?php endif; ?>">
<div <?php if(isset($this->module_ids['bottom9'])) echo ' id="'.$this->module_ids['bottom9'].'"'; ?> class="gk-clearfix<?php if($this->API->modules('bottom9') > 1) : ?> gk-not-single-module<?php endif; ?>">
<jdoc:include type="modules" name="bottom9" style="gk_style" modcol="3" modnum="<?php echo $this->API->modules('bottom9'); ?>" />
</div>
</section>
<?php endif; ?>