diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-04-22 20:18:46 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-04-22 20:18:46 +0200 |
commit | d70dd7ac698a1f9e90c97fa7eb7b113bf84304fc (patch) | |
tree | 69c330e97e3de60dd6884ded76766426a598f30e /inc/poche/config.inc.php.new | |
parent | dfff18f81b04e4f66890c37dc2a7bc0537fd0b1b (diff) | |
parent | 43c7b978c31bcbf9e8e5202ecbb7b6fccba6a7fa (diff) | |
download | wallabag-d70dd7ac698a1f9e90c97fa7eb7b113bf84304fc.tar.gz wallabag-d70dd7ac698a1f9e90c97fa7eb7b113bf84304fc.tar.zst wallabag-d70dd7ac698a1f9e90c97fa7eb7b113bf84304fc.zip |
Merge pull request #653 from mariroz/dev
print view fixed in baggy; print link added; read percent added in default theme; archive and favorite re-factored to be ajax action in article view
Diffstat (limited to 'inc/poche/config.inc.php.new')
-rwxr-xr-x | inc/poche/config.inc.php.new | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/inc/poche/config.inc.php.new b/inc/poche/config.inc.php.new index 83b3c4c0..3b08c212 100755 --- a/inc/poche/config.inc.php.new +++ b/inc/poche/config.inc.php.new | |||
@@ -42,6 +42,10 @@ define ('FLATTR_API', 'https://api.flattr.com/rest/v2/things/lookup/?url='); | |||
42 | define ('NOT_FLATTRABLE', '0'); | 42 | define ('NOT_FLATTRABLE', '0'); |
43 | define ('FLATTRABLE', '1'); | 43 | define ('FLATTRABLE', '1'); |
44 | define ('FLATTRED', '2'); | 44 | define ('FLATTRED', '2'); |
45 | // display or not print link in article view | ||
46 | define ('SHOW_PRINTLINK', '1'); | ||
47 | // display or not percent of read in article view. Affects only default theme. | ||
48 | define ('SHOW_READPERCENT', '1'); | ||
45 | define ('ABS_PATH', 'assets/'); | 49 | define ('ABS_PATH', 'assets/'); |
46 | 50 | ||
47 | define ('DEFAULT_THEME', 'baggy'); | 51 | define ('DEFAULT_THEME', 'baggy'); |