fix bug #148 Use of undefined constant POCHE_VERSION

This commit is contained in:
Nicolas Lœuillet
2013-08-20 11:23:32 +02:00
parent 38330bfd65
commit 746f93c290
3 changed files with 8 additions and 3 deletions

View File

@ -22,6 +22,8 @@ define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE);
define ('DOWNLOAD_PICTURES', FALSE);
define ('SHARE_TWITTER', TRUE);
define ('SHARE_MAIL', TRUE);
define ('SHARE_SHAARLI', TRUE);
define ('SHAARLI_URL', 'http://myshaarliurl.com');
define ('ABS_PATH', 'assets/');
define ('TPL', __DIR__ . '/../../tpl');
define ('LOCALE', __DIR__ . '/../../locale');