<?php if(getenvcong('facebookpage') or getenvcong('twitterpage') or getenvcong('googlepage') or getenvcong('instagrampage')): ?>
    <div class="external-sign-in" style="margin-bottom:20px">

    <div class="colheader" style="text-align: center;margin-bottom:20px;margin-top:-10px">
        <h1 style="float: none;position:relative;bottom:-15px;padding:0 10px;background-color: #fff;display: inline-block;"></h1>
    </div>
    <?php if(getenvcong('facebookpage')): ?>
    <a class="Facebook do-signup tgec" target=_blank href="<?php echo getenvcong('facebookpage'); ?>"><?php echo e(trans('index.likeonface')); ?> </a>
    <?php endif; ?>
    <?php if(getenvcong('twitterpage')): ?>
    <a class="Twitter do-signup tgec" target=_blank href="<?php echo getenvcong('twitterpage'); ?>"><?php echo e(trans('index.followontwitter')); ?></a>
    <?php endif; ?>
    <?php if(getenvcong('googlepage')): ?>
    <a class="Google do-signup tgec" target=_blank href="<?php echo getenvcong('googlepage'); ?>"><?php echo e(trans('index.followongoogle')); ?></a>
    <?php endif; ?>
    <?php if(getenvcong('instagrampage')): ?>
    <a class="Instagram do-signup tgec" target=_blank href="<?php echo getenvcong('instagrampage'); ?>"><?php echo e(trans('index.followoninstagram')); ?></a>
    <?php endif; ?>
</div>
<?php endif; ?>