Manual Merge Step 3

This commit is contained in:
Yiğit Kerem Oktay
2020-08-14 20:05:34 +03:00
committed by GitHub
parent d99e754647
commit 7d4aaf9948
+1 -1
View File
@@ -129,7 +129,7 @@ class Template{
* Renders footer
* @param Boolean $admin decides whether to load admin scripts
*/
public static function render_footer($admin = false)
public static function render_footer($admin = false,$additional_copyright = "")
{
global $negotiator;
$lang_names = $negotiator->get_accepted_langs();