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");