src/web/app/themes/atahualpa/functions.php
changeset 1 407d5a626a50
parent 0 505fe5249d9c
--- a/src/web/app/themes/atahualpa/functions.php	Wed Dec 04 11:40:06 2019 +0100
+++ b/src/web/app/themes/atahualpa/functions.php	Wed Dec 04 15:38:56 2019 +0100
@@ -132,8 +132,6 @@
 }
 
 function bfa_footer_output($footer_content) {
-	global $bfa_ata;
-	$footer_content .= '<br />Powered by <a href="http://wordpress.org/">WordPress</a> &amp; <a href="http://forum.bytesforall.com/">Atahualpa</a>';
 	return $footer_content;
 }