From 4d697ca86022fb8206bba3230daa59592a624ace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Mon, 29 Dec 2014 06:52:32 +0100 Subject: [PATCH] A a little detail on the new $config['cops_template'] configuration item. --- config_default.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config_default.php b/config_default.php index 0749669..bf70195 100644 --- a/config_default.php +++ b/config_default.php @@ -274,7 +274,11 @@ */ $config['cops_basic_authentication'] = NULL; - /* Which template is used */ + /* + * Which template is used by default : + * 'default' + * 'bootstrap' + */ $config['cops_template'] = 'default'; /*