diff --git a/config.inc.php b/config.inc.php index cb063da..4db5a10 100755 --- a/config.inc.php +++ b/config.inc.php @@ -3,14 +3,14 @@ // LIBREQR SETTINGS // Theme's directory name -define("THEME", "libreqr"); +define("THEME", "chapril"); // Language used if those requested by the user are not available -define("DEFAULT_LOCALE", "en"); +define("DEFAULT_LOCALE", "fr"); // Will be printed at the bottom of the interface -define("CUSTOM_TEXT_ENABLED", false); -define("CUSTOM_TEXT", "This LibreQR instance is hosted by foo."); +define("CUSTOM_TEXT_ENABLED", true); +define("CUSTOM_TEXT", "Ce service est fourni par l'association Chapril."); // Default values define("DEFAULT_REDUNDANCY", "high");