couple improvements, translations

This commit is contained in:
Thomas Citharel
2015-02-13 19:39:48 +01:00
parent 0eae6d14b8
commit f2321633b9
7 changed files with 14 additions and 5 deletions

View File

@ -33,8 +33,6 @@
@define ('MODE_DEMO', FALSE);
@define ('DEBUG_POCHE', FALSE);
@define ('ALLOW_REGISTER', TRUE);
//default level of error reporting in application. Developers should override it in their config.inc.php: set to E_ALL.
@define ('ERROR_REPORTING', E_ALL & ~E_NOTICE);
@ -63,6 +61,7 @@
// registration
@define ('SEND_CONFIRMATION_EMAIL', TRUE); // TO BE CHANGED DEPENDING ON POLL
@define ('ALLOW_REGISTER', TRUE);
// display or not print link in article view
@define ('SHOW_PRINTLINK', '1');