From f1cd5fd8d0e4997cc6d1fea3d3136c15c426c89b Mon Sep 17 00:00:00 2001 From: alecpl Date: Sun, 15 Jun 2008 17:56:29 +0000 Subject: - s/default_skin/skin/ --- installer/config.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'installer') diff --git a/installer/config.php b/installer/config.php index bf1ae610c..d75b02333 100644 --- a/installer/config.php +++ b/installer/config.php @@ -78,15 +78,15 @@ echo $input_prodname->show($RCI->getprop('product_name'));
The name of your service (used to compose page titles)
-
default_skin
+
skin
'_default_skin', 'size' => 30, 'id' => "cfgdefaultskin")); -echo $input_skin->show($RCI->getprop('default_skin')); +$input_skin = new html_inputfield(array('name' => '_skin', 'size' => 30, 'id' => "cfgskin")); +echo $input_skin->show($RCI->getprop('skin')); ?> -
Name of the skin folder
+
Name of interface skin (folder in /skins)
temp_dir
-- cgit v1.2.3