This commit is contained in:
Thomas Citharel
2014-12-19 21:08:44 +01:00
173 changed files with 74350 additions and 214 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.