From 28431cc2406831298842c77d358696a8b165a533 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20Kerem=20Oktay?= Date: Fri, 14 Aug 2020 19:52:18 +0300 Subject: [PATCH] Added required definitions --- config.php.template | 1 + 1 file changed, 1 insertion(+) diff --git a/config.php.template b/config.php.template index 0dba3bc..9a9f8da 100644 --- a/config.php.template +++ b/config.php.template @@ -34,6 +34,7 @@ define("WHO_WE_ARE","##who_we_are##"); define("POLICY_URL","##policy_url##"); define("INSTALL_OVERRIDE", false); define("DEFAULT_LANGUAGE", "en_GB"); +define("CUSTOM_LOGO_URL",""); // This will use the default logo if left empty //Stop editing require("classes/locale-negotiator.php");