]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/poche/config.inc.default.php
Merge pull request #1042 from edent/en-gb
[github/wallabag/wallabag.git] / inc / poche / config.inc.default.php
index 0d249c64a5b195f84ba0054fcdb49454a4f5d25a..aaaf12a664e00eb8914bd56d95e7a01eaef79321 100755 (executable)
 @define ('FLATTRABLE', '1');
 @define ('FLATTRED', '2');
 @define ('CARROT', FALSE);
+
+// ebook
+@define ('EPUB', TRUE);
+@define ('MOBI', FALSE);
+@define ('PDF', FALSE);
+
 // display or not print link in article view
 @define ('SHOW_PRINTLINK', '1');
 // display or not percent of read in article view. Affects only default theme.