<div id="gkBottomWrap">
<div id="gkMiddleBar">
<?php if($this->getParam('socialIcons', 1)) : ?>
<div id="gkSocialIcons">
<?php if($this->getParam('socialIcons3', 1)) : ?>
<a href="<?php echo $this->getParam('socialIcons3url', '', true); ?>" id="gkIconsFacebook" target="_blank"><?php echo $this->getParam('socialIcons3text', ''); ?></a>
<?php endif; ?>
<?php if($this->getParam('socialIcons2', 1)) : ?>
<a href="<?php echo $this->getParam('socialIcons2url', '', true); ?>" id="gkIconsVimeo" target="_blank"><?php echo $this->getParam('socialIcons2text', ''); ?></a>
<?php endif; ?>
<?php if($this->getParam('socialIcons1', 1)) : ?>
<a href="<?php echo $this->getParam('socialIcons1url', '', true); ?>" id="gkIconsTwitter" target="_blank"><?php echo $this->getParam('socialIcons1text', ''); ?></a>
<?php endif; ?>
</div>
<?php endif; ?>
<?php if( $this->modules('search') ): ?>
<div id="gkSearch">
<jdoc:include type="modules" name="search" style="<?php echo $this->module_styles['search']; ?>" />
</div>
<?php endif; ?>
</div>
<?php $this->loadBlock('bottom'); ?>
</div>
<div id="gkWrap3">
<?php $this->loadBlock('bottom'); ?>
</div>
<div id="gkFooterWrap">
<?php $this->loadBlock('footer'); ?>
</div>
</div>
<div id="gkWrap3">
<div id="gkBottomWrap">
<?php $this->loadBlock('bottom'); ?>
</div>
<div id="gkFooterWrap">
<?php $this->loadBlock('footer'); ?>
</div>
</div>
#gkBottomWrap { background: #000; overflow:hidden; font-size: 12px; color:#fff; padding: 0 0 22px}
#gkBottomWrap { }