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
1 changed files with 2 additions and 0 deletions

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/');