File: /home/harmonyg/www/ektest/wp-content/themes/hathor/footer2.php
<!--FOOTER SIDEBAR-->
<?php if ( is_active_sidebar( 'foot_sidebar' ) ) { ?>
<div class="row">
<div id="footer">
<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 class="row">
<div id="copyright">
<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', 'newspaperss' ), '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 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 of_get_option('ttsoc_text'); ?>" target="_blank" title="twitter">twitter</a></li><?php } ?>
<?php if ( of_get_option('gpsoc_text') ) { ?>
<li class="google-plus"><a href="<?php echo of_get_option('gpsoc_text'); ?>" title=" Google Plus" target="_blank"> Google Plus</a></li><?php } ?>
<?php if ( of_get_option('pinsoc_text') ) { ?>
<li class="pinterest"><a href="<?php echo of_get_option('pinsoc_text'); ?>" title=" Pinterest" target="_blank"> Pinterest</a></li>
<?php } ?>
<?php if ( of_get_option('ytbsoc_text') ) { ?>
<li class="you-tube"><a href="<?php echo of_get_option('ytbsoc_text'); ?>" title=" Youtube" target="_blank"> Youtube</a></li><?php } ?>
<?php if ( of_get_option('linsoc_text') ) { ?>
<li class="linked"><a href="<?php echo of_get_option('linsoc_text'); ?>" title=" linked" target="_blank"> linked</a></li><?php } ?>
<?php if ( of_get_option('vimsoc_text') ) { ?>
<li class="vimeo"><a href="<?php echo of_get_option('vimsoc_text'); ?>" title=" Vimeo" target="_blank"> Vimeo</a></li><?php } ?>
<?php if ( of_get_option('flisoc_text') ) { ?>
<li class="flickr"><a href="<?php echo of_get_option('flisoc_text'); ?>" title=" flickr" target="_blank"> flickr</a></li><?php } ?>
<?php if ( of_get_option('rsssoc_text') ) { ?>
<li class="rss"><a href="<?php echo of_get_option('rsssoc_text'); ?>" title="rss" target="_blank"> rss</a></li><?php } ?>
<?php if ( of_get_option('instagram_text') ) { ?>
<li class="instagram"><a href="<?php echo of_get_option('instagram_text'); ?>" title="instagram" target="_blank"> instagram</a></li><?php } ?>
</ul>
</div>
<a href="#" class="scrollup"> ↑</a>
</div>
</div>
</div>