Strange i put them here:
In templateDetails.xml
<!-- BOTTOM Module Positions -->
<position>bottom1</position>
<position>bottom2</position>
<position>bottom3</position>
<position>bottom4</position>
<position>bottom5</position>
<position>bottom6</position>
<position>bottom7</position>
<position>bottom8</position>
<position>bottom9</position>
<position>bottom10</position>
And in default php this:
<?php if($this->API->modules('bottom1')) : ?>
<section id="gkBottom1"<?php if($this->API->modules('bottom1') > 1) : ?> class="gkCols3 gkPage"<?php endif; ?>>
<div <?php if(isset($this->module_ids['bottom1'])) echo ' id="'.$this->module_ids['bottom1'].'"'; ?>>
<jdoc:include type="modules" name="bottom1" style="gk_style" modnum="<?php echo $this->API->modules('bottom1'); ?>" />
</div>
</section>
<?php endif; ?>
<?php if($this->API->modules('bottom2')) : ?>
<section id="gkBottom2"<?php if($this->API->modules('bottom2') > 1) : ?> class="gkCols3 gkPage"<?php endif; ?>>
<div <?php if(isset($this->module_ids['bottom2'])) echo ' id="'.$this->module_ids['bottom2'].'"'; ?>>
<jdoc:include type="modules" name="bottom2" style="gk_style" modnum="<?php echo $this->API->modules('bottom2'); ?>" />
</div>
</section>
<?php endif; ?>
<?php if($this->API->modules('bottom3')) : ?>
<section id="gkBottom3"<?php if($this->API->modules('bottom3') > 1) : ?> class="gkCols3 gkPage"<?php endif; ?>>
<div <?php if(isset($this->module_ids['bottom3'])) echo ' id="'.$this->module_ids['bottom3'].'"'; ?>>
<jdoc:include type="modules" name="bottom3" style="gk_style" modnum="<?php echo $this->API->modules('bottom3'); ?>" />
</div>
</section>
<?php endif; ?>
<?php if($this->API->modules('bottom4')) : ?>
<section id="gkBottom4"<?php if($this->API->modules('bottom4') > 1) : ?> class="gkCols3 gkPage"<?php endif; ?>>
<div <?php if(isset($this->module_ids['bottom4'])) echo ' id="'.$this->module_ids['bottom4'].'"'; ?>>
<jdoc:include type="modules" name="bottom4" style="gk_style" modnum="<?php echo $this->API->modules('bottom4'); ?>" />
</div>
</section>
<?php endif; ?>
<?php if($this->API->modules('bottom5')) : ?>
<section id="gkBottom5"<?php if($this->API->modules('bottom5') > 1) : ?> class="gkCols3 gkPage"<?php endif; ?>>
<div <?php if(isset($this->module_ids['bottom5'])) echo ' id="'.$this->module_ids['bottom5'].'"'; ?>>
<jdoc:include type="modules" name="bottom5" style="gk_style" modnum="<?php echo $this->API->modules('bottom5'); ?>" />
</div>
</section>
<?php endif; ?>
<?php if($this->API->modules('bottom6')) : ?>
<section id="gkBottom6"<?php if($this->API->modules('bottom6') > 1) : ?> class="gkCols3 gkPage"<?php endif; ?>>
<div <?php if(isset($this->module_ids['bottom6'])) echo ' id="'.$this->module_ids['bottom6'].'"'; ?>>
<jdoc:include type="modules" name="bottom6" style="gk_style" modnum="<?php echo $this->API->modules('bottom6'); ?>" />
</div>
</section>
<?php endif; ?>
<?php if($this->API->modules('bottom7')) : ?>
<section id="gkBottom7"<?php if($this->API->modules('bottom7') > 1) : ?> class="gkCols3 gkPage"<?php endif; ?>>
<div <?php if(isset($this->module_ids['bottom7'])) echo ' id="'.$this->module_ids['bottom7'].'"'; ?>>
<jdoc:include type="modules" name="bottom7" style="gk_style" modnum="<?php echo $this->API->modules('bottom7'); ?>" />
</div>
</section>
<?php endif; ?>
<?php if($this->API->modules('bottom8')) : ?>
<section id="gkBottom8"<?php if($this->API->modules('bottom8') > 1) : ?> class="gkCols3 gkPage"<?php endif; ?>>
<div <?php if(isset($this->module_ids['bottom8'])) echo ' id="'.$this->module_ids['bottom8'].'"'; ?>>
<jdoc:include type="modules" name="bottom8" style="gk_style" modnum="<?php echo $this->API->modules('bottom8'); ?>" />
</div>
</section>
<?php endif; ?>
<?php if($this->API->modules('bottom9')) : ?>
<section id="gkBottom9"<?php if($this->API->modules('bottom9') > 1) : ?> class="gkCols3 gkPage"<?php endif; ?>>
<div <?php if(isset($this->module_ids['bottom9'])) echo ' id="'.$this->module_ids['bottom9'].'"'; ?>>
<jdoc:include type="modules" name="bottom9" style="gk_style" modnum="<?php echo $this->API->modules('bottom9'); ?>" />
</div>
</section>
<?php endif; ?>
<?php if($this->API->modules('bottom10')) : ?>
<section id="gkBottom10"<?php if($this->API->modules('bottom10') > 1) : ?> class="gkCols3 gkPage"<?php endif; ?>>
<div <?php if(isset($this->module_ids['bottom10'])) echo ' id="'.$this->module_ids['bottom10'].'"'; ?>>
<jdoc:include type="modules" name="bottom10" style="gk_style" modnum="<?php echo $this->API->modules('bottom10'); ?>" />
</div>
</section>
<?php endif; ?>
<?php if($this->API->modules('lang')) : ?>
<div id="gkLang">
<div class="gkPage">
<jdoc:include type="modules" name="lang" style="gk_style" />
</div>
</div>
<?php endif; ?>