File: /home/workshopbrain/public_html/wp-content/themes/halfcreative/footer.php
<?php $t =& peTheme(); ?>
<?php $options =& $t->options; ?>
<?php
$social =
array(
"facebook" => "F",
"twitter" => "L",
"linkedin" => "I",
"dribbble" => "D",
"behance" => "E"
);
?>
<section id="social_module">
<ul>
<?php foreach ($social as $key => $icon): ?>
<?php $link = $options->get($key); ?>
<?php if (!empty($link)): ?>
<li><a href="<?php echo esc_url($link); ?>"><i class=icon><?php echo $icon; ?></i></a></li>
<?php endif; ?>
<?php endforeach; ?>
</ul>
</section>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-57374207-1', 'auto');
ga('send', 'pageview');
</script>
<footer>
<div><img alt="logo" src="<?php echo $t->options->get("logoFooter") ?>"></div>
</footer>
</div>
<?php $t->footer->wp_footer(); ?>
</body>
</html>