File: /home/harmonyg/www/ektest/wp-content/themes/hathor/footer1.php
<?php
/**
* The template for displaying the footer
*
* Contains footer content and the closing of the #main and #page div elements.
*/
?>
<!--FOOTER SIDEBAR-->
<?php if ( is_active_sidebar( 'foot_sidebar' ) ) { ?>
<div id="footer">
<div class="row">
<div class=" large-12">
<div class="widgets"><?php if ( is_active_sidebar('dynamic_sidebar') || !dynamic_sidebar('Footer Widgets') ) : ?><?php endif; ?>
</div>
</div> </div>
</div>
<?php } ?>
<!--COPYRIGHT TEXT-->
<div id="copyright">
<div class="row">
<div class="large-12">
<div class="copytext">
<?php echo of_get_option('footer_textarea'); ?>
<a class="theme-by"target="_blank" href="<?php echo esc_url( 'https://www.phonewear.fr/'); ?>"><?php printf( esc_html__( 'Theme by %s', 'hathor' ), 'phonewear' ); ?></a>
</div>
<!--FOOTER MENU-->
<div class="social-profiles clearfix">
<ul>
<?php if ( of_get_option('fbsoc_text') ) { ?>
<li class="facebook"> <a href="<?php echo esc_url(of_get_option('fbsoc_text'));?>" target="_blank" title="facebook"></a></li><?php } ?>
<?php if ( of_get_option('ttsoc_text') ) { ?>
<li class="twitter"><a href="<?php echo esc_url(of_get_option('ttsoc_text')); ?>" target="_blank" title="twitter"></a></li><?php } ?>
<?php if ( of_get_option('gpsoc_text') ) { ?>
<li class="google-plus"><a href="<?php echo esc_url(of_get_option('gpsoc_text')); ?>" title=" Google Plus" target="_blank"></a></li><?php } ?>
<?php if ( of_get_option('pinsoc_text') ) { ?>
<li class="pinterest"><a href="<?php echo esc_url(of_get_option('pinsoc_text')); ?>" title=" Pinterest" target="_blank"> </a></li>
<?php } ?>
<?php if ( of_get_option('ytbsoc_text') ) { ?>
<li class="you-tube"><a href="<?php echo esc_url(of_get_option('ytbsoc_text')); ?>" title=" Youtube" target="_blank"> </a></li><?php } ?>
<?php if ( of_get_option('linsoc_text') ) { ?>
<li class="linked"><a href="<?php echo esc_url(of_get_option('linsoc_text')); ?>" title=" linked" target="_blank"> </a></li><?php } ?>
<?php if ( of_get_option('vimsoc_text') ) { ?>
<li class="vimeo"><a href="<?php echo esc_url(of_get_option('vimsoc_text')); ?>" title=" Vimeo" target="_blank"> </a></li><?php } ?>
<?php if ( of_get_option('flisoc_text') ) { ?>
<li class="flickr"><a href="<?php echo esc_url(of_get_option('flisoc_text')); ?>" title=" flickr" target="_blank"> </a></li><?php } ?>
<?php if ( of_get_option('rsssoc_text') ) { ?>
<li class="rss"><a href="<?php echo esc_url(of_get_option('rsssoc_text')); ?>" title="rss" target="_blank"> </a></li><?php } ?>
<?php if ( of_get_option('instagram_text') ) { ?>
<li class="instagram"><a href="<?php echo esc_url(of_get_option('instagram_text')); ?>" title="instagram" target="_blank"> </a></li><?php } ?>
</ul>
</div>
<a href="#" class="scrollup"> ↑</a>
</div>
</div>
</div>