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:
parent
1256e4c645
commit
5ea5310ab4
5 changed files with 30 additions and 22 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue