aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2014-12-14 15:17:39 +0100
committerThomas Citharel <tcit@tcit.fr>2014-12-14 15:17:39 +0100
commit5ea5310ab450035143e2f5637f9fa69773f7879b (patch)
treec7e4df6dafae599209ae6a7d7ee344acab599ca6 /inc
parent1256e4c645c86f4165d052bf8116b957b373b837 (diff)
downloadwallabag-5ea5310ab450035143e2f5637f9fa69773f7879b.tar.gz
wallabag-5ea5310ab450035143e2f5637f9fa69773f7879b.tar.zst
wallabag-5ea5310ab450035143e2f5637f9fa69773f7879b.zip
enable showing or not for epub/mobi/pdf export buttons
Diffstat (limited to 'inc')
-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 3eaee3a3..a159e713 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.