File: /var/www/vhosts/ilgazhavalandirma.com.tr/httpdocs/wp-content/themes/i-excel/footer.php
<?php
/**
* The template for displaying the footer
*
* Contains footer content and the closing of the #main and #page div elements.
*
* @package i-excel
* @since i-excel 1.0
*/
$default_copyright = 'Copyright © '.get_bloginfo( 'name' ) ;
$no_footer = "";
if ( function_exists( 'rwmb_meta' ) ) {
$no_footer = rwmb_meta('iexcel_no_footer');
}
?>
</div><!-- #main -->
<footer id="colophon" class="site-footer" role="contentinfo">
<?php if( $no_footer != 1 ) : ?>
<div class="footer-bg clearfix">
<div class="widget-wrap">
<?php get_sidebar( 'main' ); ?>
</div>
</div>
<?php endif; ?>
<div class="site-info">
<div class="copyright">
<?php //esc_attr_e( 'Copyright ©', 'i-excel' ); ?> <?php //bloginfo( 'name' ); ?>
<?php echo esc_attr(get_theme_mod('copyright_text', $default_copyright )); ?>
</div>
<div class="credit-info">
<a href="<?php echo esc_url( __( 'http://gulersoft.com', 'Güler Bilişim' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'Güler Bilişim' ); ?>">
<?php printf( __( 'Powered by %s', 'GülerBilişim' ), 'GülerSoft' ); ?>
</a>
<?php printf( __( ', Theme ', 'i-excel' )); ?>
<a href="<?php echo esc_url( __( 'https://www.gulerbilisim.com/', 'Güler Bilişim' ) ); ?>" title="<?php esc_attr_e( 'Multipurpose Business WooCommerce Theme', 'GülerBilişim' ); ?>" rel="designer">
<?php printf( __( 'Güler Bilişim', 'Güler Bilişim' ) ); ?>
</a>
<?php printf( __( ' by eSerdaR.', 'Güler Bilişim' )); ?>
</div>
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>