forked from wallabag/wallabag
implementing carrot into wallabag
This commit is contained in:
@ -49,6 +49,7 @@
|
||||
@define ('NOT_FLATTRABLE', '0');
|
||||
@define ('FLATTRABLE', '1');
|
||||
@define ('FLATTRED', '2');
|
||||
@define ('CARROT', TRUE);
|
||||
// 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.
|
||||
@ -67,4 +68,3 @@
|
||||
@define ('IMPORT_LIMIT', 5);
|
||||
//delay between downloads (in sec)
|
||||
@define ('IMPORT_DELAY', 5);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user