From 2d10e18453e74f700c06b1d89d0381bd9d1a459a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20Kerem=20Oktay?= Date: Fri, 14 Aug 2020 20:14:23 +0300 Subject: [PATCH] Missing Commit Added (Manual Merge 5) --- template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } ?>