From 37262c1bad52ce35a8b87f0acf1d9af158ab5832 Mon Sep 17 00:00:00 2001 From: polytan02 Date: Thu, 22 Dec 2016 02:46:06 +0000 Subject: [PATCH] Extra COPS parameters --- conf/config_local.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/conf/config_local.php b/conf/config_local.php index 91e0b73..d3ebe26 100644 --- a/conf/config_local.php +++ b/conf/config_local.php @@ -21,3 +21,14 @@ * 0 : disable */ $config['cops_use_url_rewriting'] = "0"; + + $config['cops_recentbooks_limit'] = '10'; + + $config['default_timezone'] = "Europe/London"; + + $config['cops_template'] = 'default'; + + $config['cops_style'] = 'iphone'; + + +