diff options
author | Nicolas Frandeboeuf <nicofrand@gmail.com> | 2013-08-22 00:57:11 +0200 |
---|---|---|
committer | Nicolas Frandeboeuf <nicofrand@gmail.com> | 2013-08-22 00:57:11 +0200 |
commit | 57c91e427d20d520bc506bef52189a86d72a9255 (patch) | |
tree | 43fbcf6eac2fc1a913c796a5631a7ba874af9693 /inc/poche/define.inc.php | |
parent | 2bf93dc0345e304656ed9a931f9941fd7117ddfe (diff) | |
parent | 746f93c290881d97997b8179395de2875eb57c71 (diff) | |
download | wallabag-57c91e427d20d520bc506bef52189a86d72a9255.tar.gz wallabag-57c91e427d20d520bc506bef52189a86d72a9255.tar.zst wallabag-57c91e427d20d520bc506bef52189a86d72a9255.zip |
Merge branch 'dev' of https://github.com/nicofrand/poche into dev
Diffstat (limited to 'inc/poche/define.inc.php')
-rw-r--r-- | inc/poche/define.inc.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/poche/define.inc.php b/inc/poche/define.inc.php index c32ca098..80d1f29d 100644 --- a/inc/poche/define.inc.php +++ b/inc/poche/define.inc.php | |||
@@ -22,6 +22,8 @@ define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE); | |||
22 | define ('DOWNLOAD_PICTURES', FALSE); | 22 | define ('DOWNLOAD_PICTURES', FALSE); |
23 | define ('SHARE_TWITTER', TRUE); | 23 | define ('SHARE_TWITTER', TRUE); |
24 | define ('SHARE_MAIL', TRUE); | 24 | define ('SHARE_MAIL', TRUE); |
25 | define ('SHARE_SHAARLI', TRUE); | ||
26 | define ('SHAARLI_URL', 'http://myshaarliurl.com'); | ||
25 | define ('ABS_PATH', 'assets/'); | 27 | define ('ABS_PATH', 'assets/'); |
26 | define ('TPL', __DIR__ . '/../../tpl'); | 28 | define ('TPL', __DIR__ . '/../../tpl'); |
27 | define ('LOCALE', __DIR__ . '/../../locale'); | 29 | define ('LOCALE', __DIR__ . '/../../locale'); |