diff --git a/template.php b/template.php index 58f1958..318f279 100644 --- a/template.php +++ b/template.php @@ -129,7 +129,7 @@ class Template{ * Renders footer * @param Boolean $admin decides whether to load admin scripts */ - public static function render_footer($admin = false,$additional_copyright = "") + public static function render_footer($admin = false) { global $negotiator; $lang_names = $negotiator->get_accepted_langs(); @@ -138,7 +138,7 @@ class Template{
-
 Copyright © Server Status Project Contributors 1){ echo " and ".$additional_copyright; } ?>
+
Copyright © Server Status Project Contributors 1){ echo " and ".$additional_copyright; } ?>