]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/poche/config.inc.php.new
print view fixed in baggy; print link added; read percent added in default theme...
[github/wallabag/wallabag.git] / inc / poche / config.inc.php.new
index 83b3c4c02971248e2f0bfbfd4cc35190cf0505bd..3b08c212fffc0f50a1aeb934ec0ce39bac8dff11 100755 (executable)
@@ -42,6 +42,10 @@ define ('FLATTR_API', 'https://api.flattr.com/rest/v2/things/lookup/?url=');
 define ('NOT_FLATTRABLE', '0');
 define ('FLATTRABLE', '1');
 define ('FLATTRED', '2');
+// display or not print link in article view 
+define ('SHOW_PRINTLINK', '1');
+// display or not percent of read in article view. Affects only default theme. 
+define ('SHOW_READPERCENT', '1');
 define ('ABS_PATH', 'assets/');
 
 define ('DEFAULT_THEME', 'baggy');