diff --git a/e107_admin/footer.php b/e107_admin/footer.php index b193a4666..d71bbc423 100644 --- a/e107_admin/footer.php +++ b/e107_admin/footer.php @@ -172,7 +172,7 @@ if (varset($e107_popup) != 1) } else { - echo($rinfo ? "\n\n" : ""); + echo($rinfo ? "\n\n" : ""); } } // End of regular-page footer (the above NOT done for popups) diff --git a/e107_core/templates/footer_default.php b/e107_core/templates/footer_default.php index c9994189e..85d65a9a6 100644 --- a/e107_core/templates/footer_default.php +++ b/e107_core/templates/footer_default.php @@ -161,7 +161,7 @@ if (varset($e107_popup) != 1) } else { - echo($rinfo ? "\n\n" : ""); + echo($rinfo ? "\n\n" : ""); } } // End of regular-page footer (the above NOT done for popups) @@ -320,7 +320,7 @@ unset($uclist, $bcache); $show = deftrue('e_POWEREDBY_DISABLE') ? "none" : "block"; // Let search engines find us to increase e107.org ranking - even if hidden. //XXX Must not contain IDs or Classes -echo "
Proudly powered by e107
"; +// echo "
Proudly powered by e107
"; unset($show); echo "\n\n"; diff --git a/e107_web/css/e107.css b/e107_web/css/e107.css index fe5935e11..a555faa95 100644 --- a/e107_web/css/e107.css +++ b/e107_web/css/e107.css @@ -20,6 +20,8 @@ .clear-l { clear: right } .clear-r { clear: left } +.e-footer-info { margin-top:10px; padding:20px; text-align: center } + td.text-center { text-align:center; } /* Core Icons */