Bug! css is visible on website.

edited January 2017 in Other
All css is visible on my website after change the URL in footer.php file.


<div class="copyright">
<?php 
if( mfn_opts_get('footer-copy') ){
echo do_shortcode( mfn_opts_get('footer-copy') );
} else {
echo '&copy; '. date( 'Y' ) .' '. get_bloginfo( 'name' ) .'. All Rights Reserved. | Powered by <a target="_blank" rel="nofollow" href="http://geekdevelopment.net"> Geek Development </a>';
}
?>
</div>

Comments

Sign In or Register to comment.