Your IP : 216.73.217.143


Current Path : /home/ereika83/public_html/wp-content/themes/Builder-Expansion-Red/
Upload File :
Current File : /home/ereika83/public_html/wp-content/themes/Builder-Expansion-Red/footer.php

<?php


function render_footer() {
	$builder_link = '<a rel="nofollow" href="http://ithemes.com/purchase/builder-theme/" title="iThemes Builder">iThemes Builder</a>';
	$ithemes_link = '<a rel="nofollow" href="http://ithemes.com/" title="iThemes WordPress Themes">iThemes</a>';
	$wordpress_link = '<a rel="nofollow" href="http://wordpress.org">WordPress</a>';
	
	$footer_credit = sprintf( __( '%1$s by %2$s<br />Powered by %3$s', 'it-l10n-Builder-Expansion-Red' ), $builder_link, $ithemes_link, $wordpress_link );
	$footer_credit = apply_filters( 'builder_footer_credit', $footer_credit );
	
?>
	<div class="alignleft">
		<strong><?php bloginfo( 'name' ); ?></strong><br />
		<?php printf( __( 'Copyright &copy; %s All Rights Reserved', 'it-l10n-Builder-Expansion-Red' ), date( 'Y' ) ); ?>
	</div>
	<div class="alignright">
		<?php echo $footer_credit; ?>
	</div>
	<?php wp_footer(); ?>
<?php
	
}

add_action( 'builder_layout_engine_render_footer', 'render_footer' );