1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

enable showing or not for epub/mobi/pdf export buttons

This commit is contained in:
Thomas Citharel 2014-12-14 15:17:39 +01:00
parent 1256e4c645
commit 5ea5310ab4
5 changed files with 30 additions and 22 deletions

View file

@ -52,6 +52,12 @@
@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.