aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/config.inc.default.php
diff options
context:
space:
mode:
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.