1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-11-27 03:12:21 -05:00

had forgotten to add the option to default config file

This commit is contained in:
tcit 2014-10-01 19:32:21 +02:00
parent 66ec279620
commit 945564658d

View File

@ -49,6 +49,8 @@
@define ('FLATTRED', '2');
// display or not print link in article view
@define ('SHOW_PRINTLINK', '1');
// fix the toolbar position
@define ('TOOLBAR_FIXED');
// display or not percent of read in article view. Affects only default theme.
@define ('SHOW_READPERCENT', '1');
@define ('ABS_PATH', 'assets/');