From e58df3adc9b4182c232c94178d024bb4a89c2290 Mon Sep 17 00:00:00 2001 From: alecpl Date: Sun, 15 Jun 2008 09:19:47 +0000 Subject: - Added option to select skin in user preferences (#1485031) - template_exists() moved to rcube_template class --- 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 04683b9c4..bf1ae610c 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)
-
skin_path
+
default_skin
'_skin_path', 'size' => 30, 'id' => "cfgskinpath")); -echo $input_skinpath->show($RCI->getprop('skin_path')); +$input_skin = new html_inputfield(array('name' => '_default_skin', 'size' => 30, 'id' => "cfgdefaultskin")); +echo $input_skin->show($RCI->getprop('default_skin')); ?> -
Relative path to the skin folder
+
Name of the skin folder
temp_dir
-- cgit v1.2.3