diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-06-15 09:19:47 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-06-15 09:19:47 +0000 |
| commit | 495ef5b443452f92fae14adbcace0d73ec0f7e41 (patch) | |
| tree | 244b7bceffa8dbf9c9f41df63040c902b654eb13 /roundcubemail/installer/config.php | |
| parent | 85d49a4e7303dec60778307f3aa158cf630abd10 (diff) | |
- Added option to select skin in user preferences (#1485031)
- template_exists() moved to rcube_template class
git-svn-id: https://svn.roundcube.net/trunk@1539 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/installer/config.php')
| -rw-r--r-- | roundcubemail/installer/config.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/roundcubemail/installer/config.php b/roundcubemail/installer/config.php index 04683b9c4..bf1ae610c 100644 --- a/roundcubemail/installer/config.php +++ b/roundcubemail/installer/config.php @@ -78,15 +78,15 @@ echo $input_prodname->show($RCI->getprop('product_name')); <div>The name of your service (used to compose page titles)</div> </dd> -<dt class="propname">skin_path</dt> +<dt class="propname">default_skin</dt> <dd> <?php -$input_skinpath = new html_inputfield(array('name' => '_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')); ?> -<div>Relative path to the skin folder</div> +<div>Name of the skin folder</div> </dd> <dt class="propname">temp_dir</dt> |
