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?
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
<?php # $Id$
|
<?php #
|
||||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
||||||
# All rights reserved. See LICENSE file for licensing details
|
# All rights reserved. See LICENSE file for licensing details
|
||||||
|
|
||||||
@ -445,7 +445,7 @@
|
|||||||
'type' => 'bool',
|
'type' => 'bool',
|
||||||
'permission' => 'siteConfiguration',
|
'permission' => 'siteConfiguration',
|
||||||
'default' => false),
|
'default' => false),
|
||||||
|
/*
|
||||||
array('var' => 'wysiwyg',
|
array('var' => 'wysiwyg',
|
||||||
'title' => INSTALL_WYSIWYG,
|
'title' => INSTALL_WYSIWYG,
|
||||||
'description' => INSTALL_WYSIWYG_DESC,
|
'description' => INSTALL_WYSIWYG_DESC,
|
||||||
@ -453,7 +453,7 @@
|
|||||||
'default' => false,
|
'default' => false,
|
||||||
'permission' => 'blogConfiguration',
|
'permission' => 'blogConfiguration',
|
||||||
'flags' => array('simpleInstall', 'installOnly')),
|
'flags' => array('simpleInstall', 'installOnly')),
|
||||||
|
*/
|
||||||
array('var' => 'enablePopup',
|
array('var' => 'enablePopup',
|
||||||
'title' => INSTALL_POPUP,
|
'title' => INSTALL_POPUP,
|
||||||
'description' => INSTALL_POPUP_DESC,
|
'description' => INSTALL_POPUP_DESC,
|
||||||
|
Reference in New Issue
Block a user