aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/config.inc.default.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-02-01 12:23:30 +0100
committerThomas Citharel <tcit@tcit.fr>2015-02-01 12:23:30 +0100
commit8f209e8a268e198bb449021c30fc783d69ee9818 (patch)
tree97f61995494371b762619bfc314bca5766fe6e46 /inc/poche/config.inc.default.php
parent308fca6b78a30729bd0a2cf34bc7a67bd7b81362 (diff)
parentfae15c9f84394f905e5237a1afc10364aeb42dd0 (diff)
downloadwallabag-8f209e8a268e198bb449021c30fc783d69ee9818.tar.gz
wallabag-8f209e8a268e198bb449021c30fc783d69ee9818.tar.zst
wallabag-8f209e8a268e198bb449021c30fc783d69ee9818.zip
Merge branch 'dev' into savewithtags
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 a159e713..aaaf12a6 100755
--- a/inc/poche/config.inc.default.php
+++ b/inc/poche/config.inc.default.php
@@ -62,6 +62,7 @@
62@define ('SHOW_PRINTLINK', '1'); 62@define ('SHOW_PRINTLINK', '1');
63// display or not percent of read in article view. Affects only default theme. 63// display or not percent of read in article view. Affects only default theme.
64@define ('SHOW_READPERCENT', '1'); 64@define ('SHOW_READPERCENT', '1');
65@define ('RELOAD_ARTICLE', TRUE);
65@define ('ABS_PATH', 'assets/'); 66@define ('ABS_PATH', 'assets/');
66 67
67@define ('DEFAULT_THEME', 'baggy'); 68@define ('DEFAULT_THEME', 'baggy');