From 67effe9904d62880ab5bdaaf58b97af7113ed97f Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Sun, 15 Jun 2008 06:37:08 -0400
Subject: [PATCH] - actually we don't need default_skin option
---
program/include/rcube_template.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/program/include/rcube_template.php b/program/include/rcube_template.php
index 9bc918e..6cf9a9a 100755
--- a/program/include/rcube_template.php
+++ b/program/include/rcube_template.php
@@ -59,7 +59,7 @@
// load the correct skin (in case user-defined)
if (empty($this->config['skin']) || !is_readable('skins/'.$this->config['skin']))
- $this->config['skin'] = $this->config['default_skin'];
+ $this->config['skin'] = 'default';
$this->config['skin_path'] = 'skins/'.$this->config['skin'];
--
Gitblit v1.9.1