2021-11-25 22:36:21 +01:00
< ? php // This file is part of LibreQR, which is distributed under the GNU AGPLv3+ license
2019-03-28 22:44:06 +01:00
2022-02-18 17:15:43 +01:00
// LIBREQR SETTINGS
2019-03-28 22:44:06 +01:00
2022-02-18 17:15:43 +01:00
// Theme's directory name
2023-08-08 11:36:50 +02:00
define ( " THEME " , " chapril " );
2019-03-28 22:44:06 +01:00
2022-02-18 17:15:43 +01:00
// Language used if those requested by the user are not available
2023-08-08 11:36:50 +02:00
define ( " DEFAULT_LOCALE " , " fr " );
2019-08-13 21:17:08 +02:00
2022-02-18 17:15:43 +01:00
// Will be printed at the bottom of the interface
2023-08-08 11:36:50 +02:00
define ( " CUSTOM_TEXT_ENABLED " , true );
2023-08-08 14:16:26 +02:00
define ( " CUSTOM_TEXT " , " Ce service est fourni par l'association Chapril. Le code source de ce service est disponible <a href='https://forge.april.org/Algov/qrcode.chapril.org'>ici</a>. " );
2019-03-17 16:03:43 +01:00
2022-02-18 17:15:43 +01:00
// Default values
define ( " DEFAULT_REDUNDANCY " , " high " );
2022-05-31 16:05:57 +02:00
define ( " DEFAULT_MARGIN " , 20 );
define ( " DEFAULT_SIZE " , 300 );
2022-02-18 17:15:43 +01:00
define ( " DEFAULT_BGCOLOR " , " FFFFFF " );
2022-05-31 16:09:33 +02:00
define ( " DEFAULT_FGCOLOR " , " 000000 " );