From 945564658d272204b2850a86cd9780c77363eb69 Mon Sep 17 00:00:00 2001 From: tcit Date: Wed, 1 Oct 2014 19:32:21 +0200 Subject: [PATCH] had forgotten to add the option to default config file --- inc/poche/config.inc.default.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/poche/config.inc.default.php b/inc/poche/config.inc.default.php index 2a45854..3d3c5ce 100755 --- a/inc/poche/config.inc.default.php +++ b/inc/poche/config.inc.default.php @@ -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/');