<?php if($this->getParam('socialIcons', 1)) : ?>
<div id="gkSocialIcons">
<?php if($this->getParam('socialIcons1', 1)) : ?>
<a href="<?php echo $this->getParam('socialIcons1url', '', true); ?>" id="gkIconsFacebook" target="_blank"><?php echo $this->getParam('socialIcons1text', ''); ?></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('socialIcons3', 1)) : ?>
<a href="<?php echo $this->getParam('socialIcons3url', '', true); ?>" id="gkIconsTwitter" target="_blank"><?php echo $this->getParam('socialIcons3text', ''); ?></a>
<?php endif; ?>
</div>
<?php endif; ?>