From 750660c33305fed59bd0b2e0414d9bbb4ca03fbe Mon Sep 17 00:00:00 2001 From: Ian Date: Mon, 10 Mar 2014 16:30:17 +0100 Subject: [PATCH] fix wrong zebra in design & options Please tell, if this can be purged here, since it is not used in general config settings. But I am not sure if this array is also used in configure all installation tasks. Garvin? --- include/tpl/config_local.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/tpl/config_local.inc.php b/include/tpl/config_local.inc.php index ec98446e..82f0be59 100644 --- a/include/tpl/config_local.inc.php +++ b/include/tpl/config_local.inc.php @@ -1,4 +1,4 @@ - 'bool', 'permission' => 'siteConfiguration', 'default' => false), - +/* array('var' => 'wysiwyg', 'title' => INSTALL_WYSIWYG, 'description' => INSTALL_WYSIWYG_DESC, @@ -453,7 +453,7 @@ 'default' => false, 'permission' => 'blogConfiguration', 'flags' => array('simpleInstall', 'installOnly')), - +*/ array('var' => 'enablePopup', 'title' => INSTALL_POPUP, 'description' => INSTALL_POPUP_DESC,