aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/define.inc.php
diff options
context:
space:
mode:
authorThomas Citharel <thomas.citharet@gmail.com>2013-09-10 18:23:56 +0200
committerThomas Citharel <thomas.citharet@gmail.com>2013-09-10 18:23:56 +0200
commit964481d023676bee964141a1d14f638995ac8d30 (patch)
tree3875e93c7c92da7a98d0d8f867d10c404c789805 /inc/poche/define.inc.php
parentaf1d2792263d45c5ffea2e5485dd81bf59b7bded (diff)
downloadwallabag-964481d023676bee964141a1d14f638995ac8d30.tar.gz
wallabag-964481d023676bee964141a1d14f638995ac8d30.tar.zst
wallabag-964481d023676bee964141a1d14f638995ac8d30.zip
Fixed bugs, added a flattr button and an option
There's a button and an option in define.inc.php to show the button or not.
Diffstat (limited to 'inc/poche/define.inc.php')
-rw-r--r--inc/poche/define.inc.php3
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);
20define ('DOWNLOAD_PICTURES', FALSE); 20define ('DOWNLOAD_PICTURES', FALSE);
21define ('SHARE_TWITTER', TRUE); 21define ('SHARE_TWITTER', TRUE);
22define ('SHARE_MAIL', TRUE); 22define ('SHARE_MAIL', TRUE);
23define ('SHARE_SHAARLI', FALSE); 23define ('SHARE_SHAARLI', TRUE);
24define ('SHAARLI_URL', 'http://myshaarliurl.com'); 24define ('SHAARLI_URL', 'http://myshaarliurl.com');
25define ('FLATTR', TRUE);
25define ('ABS_PATH', 'assets/'); 26define ('ABS_PATH', 'assets/');
26define ('TPL', __DIR__ . '/../../tpl'); 27define ('TPL', __DIR__ . '/../../tpl');
27define ('LOCALE', __DIR__ . '/../../locale'); 28define ('LOCALE', __DIR__ . '/../../locale');