diff options
Diffstat (limited to 'inc/poche/config.inc.php.new')
-rwxr-xr-x | inc/poche/config.inc.php.new | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/inc/poche/config.inc.php.new b/inc/poche/config.inc.php.new index 83b3c4c0..3b08c212 100755 --- a/inc/poche/config.inc.php.new +++ b/inc/poche/config.inc.php.new | |||
@@ -42,6 +42,10 @@ define ('FLATTR_API', 'https://api.flattr.com/rest/v2/things/lookup/?url='); | |||
42 | define ('NOT_FLATTRABLE', '0'); | 42 | define ('NOT_FLATTRABLE', '0'); |
43 | define ('FLATTRABLE', '1'); | 43 | define ('FLATTRABLE', '1'); |
44 | define ('FLATTRED', '2'); | 44 | define ('FLATTRED', '2'); |
45 | // display or not print link in article view | ||
46 | define ('SHOW_PRINTLINK', '1'); | ||
47 | // display or not percent of read in article view. Affects only default theme. | ||
48 | define ('SHOW_READPERCENT', '1'); | ||
45 | define ('ABS_PATH', 'assets/'); | 49 | define ('ABS_PATH', 'assets/'); |
46 | 50 | ||
47 | define ('DEFAULT_THEME', 'baggy'); | 51 | define ('DEFAULT_THEME', 'baggy'); |