From 1043c75fab779816ba211ac2ddac68a830dd4bf8 Mon Sep 17 00:00:00 2001 From: tokul Date: Wed, 24 Nov 2004 16:39:53 +0000 Subject: [PATCH] adding phpdoc blocks and including new themes into default config git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8396 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/config_default.php | 12 ++++++++++++ themes/silver_steel_theme.php | 3 +++ themes/simple_green_theme.php | 4 +++- themes/wood_theme.php | 3 +++ 4 files changed, 21 insertions(+), 1 deletion(-) diff --git a/config/config_default.php b/config/config_default.php index 228cb827..fe4c4a84 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -707,6 +707,18 @@ $theme[35]['NAME'] = 'Minimal BW'; $theme[36]['PATH'] = SM_PATH . 'themes/redmond.php'; $theme[36]['NAME'] = 'Redmond'; +$theme[37]['PATH'] = SM_PATH . 'themes/netstyle_theme.php'; +$theme[37]['NAME'] = 'Net Style'; + +$theme[38]['PATH'] = SM_PATH . 'themes/silver_steel_theme.php'; +$theme[38]['NAME'] = 'Silver Steel'; + +$theme[39]['PATH'] = SM_PATH . 'themes/simple_green_theme.php'; +$theme[39]['NAME'] = 'Simple Green'; + +$theme[40]['PATH'] = SM_PATH . 'themes/wood_theme.php'; +$theme[40]['NAME'] = 'Wood'; + /** * LDAP server(s) * Array of arrays with LDAP server parameters. See diff --git a/themes/silver_steel_theme.php b/themes/silver_steel_theme.php index 336ecb91..9e0becba 100644 --- a/themes/silver_steel_theme.php +++ b/themes/silver_steel_theme.php @@ -5,6 +5,9 @@ * Name: Silver-Steel * Author: Pavel Spatny * Date: 2004/11/16 + * @version $Id$ + * @package squirrelmail + * @subpackage themes */ global $color; diff --git a/themes/simple_green_theme.php b/themes/simple_green_theme.php index d4da68fa..4eceb171 100644 --- a/themes/simple_green_theme.php +++ b/themes/simple_green_theme.php @@ -1,11 +1,13 @@