From 48adf5d6104b4b38f8c75a596c4646629507bff6 Mon Sep 17 00:00:00 2001 From: jervfors Date: Sat, 11 Mar 2006 18:11:54 +0000 Subject: [PATCH] Updating theme list. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10967 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/config_default.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/config/config_default.php b/config/config_default.php index bdaae37a..398716cb 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -790,6 +790,30 @@ $theme[42]['NAME'] = 'Simple Green 2'; $theme[43]['PATH'] = SM_PATH . 'themes/simple_purple.php'; $theme[43]['NAME'] = 'Simple Purple'; +$theme[44]['PATH'] = SM_PATH . 'themes/autumn.php'; +$theme[44]['NAME'] = 'Autumn'; + +$theme[45]['PATH'] = SM_PATH . 'themes/autumn2.php'; +$theme[45]['NAME'] = 'Autumn 2'; + +$theme[46]['PATH'] = SM_PATH . 'themes/blue_on_blue.php'; +$theme[46]['NAME'] = 'Blue on Blue'; + +$theme[47]['PATH'] = SM_PATH . 'themes/classic_blue.php'; +$theme[47]['NAME'] = 'Classic Blue'; + +$theme[48]['PATH'] = SM_PATH . 'themes/classic_blue2.php'; +$theme[48]['NAME'] = 'Classic Blue 2'; + +$theme[49]['PATH'] = SM_PATH . 'themes/powder_blue.php'; +$theme[49]['NAME'] = 'Powder Blue'; + +$theme[50]['PATH'] = SM_PATH . 'themes/techno_blue.php'; +$theme[50]['NAME'] = 'Techno Blue'; + +$theme[51]['PATH'] = SM_PATH . 'themes/turquoise.php'; +$theme[51]['NAME'] = 'Turquoise'; + /** * Templates * You can define your own template and put it in this directory. -- 2.25.1