From f1cd5fd8d0e4997cc6d1fea3d3136c15c426c89b Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Sun, 15 Jun 2008 13:56:29 -0400
Subject: [PATCH] - s/default_skin/skin/
---
installer/config.php | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/installer/config.php b/installer/config.php
index bf1ae61..d75b023 100644
--- a/installer/config.php
+++ b/installer/config.php
@@ -78,15 +78,15 @@
<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>
--
Gitblit v1.9.1