aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/config.inc.default.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2014-12-13 22:56:30 +0100
committerThomas Citharel <tcit@tcit.fr>2014-12-13 22:56:30 +0100
commit44b95cb81deae35f58e0058910afde2f2ffb9a60 (patch)
tree521cec627e487e873742fa628655e8f787d85d1e /inc/poche/config.inc.default.php
parent9c55ed0923273da886497cb62302a79622e34a74 (diff)
downloadwallabag-44b95cb81deae35f58e0058910afde2f2ffb9a60.tar.gz
wallabag-44b95cb81deae35f58e0058910afde2f2ffb9a60.tar.zst
wallabag-44b95cb81deae35f58e0058910afde2f2ffb9a60.zip
added reload function
Diffstat (limited to 'inc/poche/config.inc.default.php')
-rwxr-xr-xinc/poche/config.inc.default.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/poche/config.inc.default.php b/inc/poche/config.inc.default.php
index 3eaee3a3..0d249c64 100755
--- a/inc/poche/config.inc.default.php
+++ b/inc/poche/config.inc.default.php
@@ -56,6 +56,7 @@
56@define ('SHOW_PRINTLINK', '1'); 56@define ('SHOW_PRINTLINK', '1');
57// display or not percent of read in article view. Affects only default theme. 57// display or not percent of read in article view. Affects only default theme.
58@define ('SHOW_READPERCENT', '1'); 58@define ('SHOW_READPERCENT', '1');
59@define ('RELOAD_ARTICLE', TRUE);
59@define ('ABS_PATH', 'assets/'); 60@define ('ABS_PATH', 'assets/');
60 61
61@define ('DEFAULT_THEME', 'baggy'); 62@define ('DEFAULT_THEME', 'baggy');