HEX
Server: Apache
System: Linux ruweb06.doruk.net.tr 6.8.0-79-generic #79-Ubuntu SMP PREEMPT_DYNAMIC Tue Aug 12 14:42:46 UTC 2025 x86_64
User: ilgazhavalandirma.com_lfvghapcl4 (11494)
PHP: 7.4.33
Disabled: opcache_get_status
Upload Files
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 &copy; '.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 &copy;', '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>