diff options
Diffstat (limited to 'inc/poche/define.inc.php')
-rw-r--r-- | inc/poche/define.inc.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/poche/define.inc.php b/inc/poche/define.inc.php index 3f667430..62777282 100644 --- a/inc/poche/define.inc.php +++ b/inc/poche/define.inc.php | |||
@@ -20,8 +20,9 @@ define ('DEBUG_POCHE', FALSE); | |||
20 | define ('DOWNLOAD_PICTURES', FALSE); | 20 | define ('DOWNLOAD_PICTURES', FALSE); |
21 | define ('SHARE_TWITTER', TRUE); | 21 | define ('SHARE_TWITTER', TRUE); |
22 | define ('SHARE_MAIL', TRUE); | 22 | define ('SHARE_MAIL', TRUE); |
23 | define ('SHARE_SHAARLI', FALSE); | 23 | define ('SHARE_SHAARLI', TRUE); |
24 | define ('SHAARLI_URL', 'http://myshaarliurl.com'); | 24 | define ('SHAARLI_URL', 'http://myshaarliurl.com'); |
25 | define ('FLATTR', TRUE); | ||
25 | define ('ABS_PATH', 'assets/'); | 26 | define ('ABS_PATH', 'assets/'); |
26 | define ('TPL', __DIR__ . '/../../tpl'); | 27 | define ('TPL', __DIR__ . '/../../tpl'); |
27 | define ('LOCALE', __DIR__ . '/../../locale'); | 28 | define ('LOCALE', __DIR__ . '/../../locale'); |