Hello,
For some reason the footer or footer_nav position doesnt work whatsoever. Am I missing something? is this a known bug?
<?php if($this->API->modules('social')) : ?>
<section id="gkSocial">
<div class="gkPage">
<jdoc:include type="modules" name="social" style="<?php echo $this->module_styles['social']; ?>" />
</div>
</section>
<?php endif; ?>
<?php if($this->API->modules('footer')) : ?>
<section id="footer">
<jdoc:include type="modules" name="footer" style="<?php echo $this->module_styles['footer']; ?>" />
</section>
<?php endif; ?>
<?php if($this->API->modules('footer')) : ?>
<section id="footer">
<jdoc:include type="modules" name="footer" style="<?php echo $this->module_styles['footer']; ?>" />
</section>
<?php endif; ?>
<?php if($this->API->modules('footer')) : ?>
<section id="footer">
<jdoc:include type="modules" name="footer" style="none" />
</section>
<?php endif; ?>
"footer" => "none",