From 58d10b8ea9a2fd133590fb8dd17b6a210292694c Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Thu, 22 Feb 2007 09:06:36 -0500
Subject: [PATCH] Addad a new basic theme (grey).

---
 interface/lib/config.inc.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/interface/lib/config.inc.php b/interface/lib/config.inc.php
index ff15b46..3e94190 100644
--- a/interface/lib/config.inc.php
+++ b/interface/lib/config.inc.php
@@ -79,7 +79,7 @@
         Themes
 */
 
-$conf["theme"]									= 'default';
+$conf["theme"]									= 'grey';
 $conf["html_content_encoding"]	= 'text/html; charset=iso-8859-1';
 $conf["logo"] 									= 'themes/default/images/mydnsconfig_logo.gif';
 

--
Gitblit v1.9.1