aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/config.inc.default.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2014-12-19 21:08:44 +0100
committerThomas Citharel <tcit@tcit.fr>2014-12-19 21:08:44 +0100
commit3dcd85c075998ecdf2d54c5661c42e24080067d5 (patch)
treeb939cdbf86c1be64ef64d8afb3efd0d55e8a945e /inc/poche/config.inc.default.php
parent44b95cb81deae35f58e0058910afde2f2ffb9a60 (diff)
parente9a64ef8a9776becbe4c621ee4bd762f24b1bc3e (diff)
downloadwallabag-3dcd85c075998ecdf2d54c5661c42e24080067d5.tar.gz
wallabag-3dcd85c075998ecdf2d54c5661c42e24080067d5.tar.zst
wallabag-3dcd85c075998ecdf2d54c5661c42e24080067d5.zip
merge
Diffstat (limited to 'inc/poche/config.inc.default.php')
-rwxr-xr-xinc/poche/config.inc.default.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/inc/poche/config.inc.default.php b/inc/poche/config.inc.default.php
index 0d249c64..aaaf12a6 100755
--- a/inc/poche/config.inc.default.php
+++ b/inc/poche/config.inc.default.php
@@ -52,6 +52,12 @@
52@define ('FLATTRABLE', '1'); 52@define ('FLATTRABLE', '1');
53@define ('FLATTRED', '2'); 53@define ('FLATTRED', '2');
54@define ('CARROT', FALSE); 54@define ('CARROT', FALSE);
55
56// ebook
57@define ('EPUB', TRUE);
58@define ('MOBI', FALSE);
59@define ('PDF', FALSE);
60
55// display or not print link in article view 61// display or not print link in article view
56@define ('SHOW_PRINTLINK', '1'); 62@define ('SHOW_PRINTLINK', '1');
57// display or not percent of read in article view. Affects only default theme. 63// display or not percent of read in article view. Affects only default theme.