summaryrefslogtreecommitdiff
path: root/installer/config.php
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2008-06-15 17:56:29 +0000
committeralecpl <alec@alec.pl>2008-06-15 17:56:29 +0000
commitf1cd5fd8d0e4997cc6d1fea3d3136c15c426c89b (patch)
tree7db62b43cfb704091d1cf227aea485069e07345b /installer/config.php
parent337694143f61136f1c9c4f43fdcd25a03889c3d8 (diff)
- s/default_skin/skin/
Diffstat (limited to 'installer/config.php')
-rw-r--r--installer/config.php8
1 files changed, 4 insertions, 4 deletions
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'));
<div>The name of your service (used to compose page titles)</div>
</dd>
-<dt class="propname">default_skin</dt>
+<dt class="propname">skin</dt>
<dd>
<?php
-$input_skin = new html_inputfield(array('name' => '_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'));
?>
-<div>Name of the skin folder</div>
+<div>Name of interface skin (folder in /skins)</div>
</dd>
<dt class="propname">temp_dir</dt>