From: tokul Date: Wed, 29 Jun 2005 14:56:52 +0000 (+0000) Subject: adding Bluesome theme (#1188209). X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=c14fa1b5f34015199033f208d06535ada3df2c0f adding Bluesome theme (#1188209). git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9689 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/ChangeLog b/ChangeLog index da5cdd99..e8ffcdc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -380,6 +380,7 @@ Version 1.5.1 -- CVS password box if username was supplied as a url arg (#1222617). - Fix variable typo in parseFetch which caused IMAP errors on Exchange. Thanks Christian Froemmel. + - Added Bluesome theme by Saku Lehtiö (#1188209). Version 1.5.0 - 2 February 2004 ------------------------------- diff --git a/config/config_default.php b/config/config_default.php index f564b4cf..b31856a6 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -742,6 +742,9 @@ $theme[39]['NAME'] = 'Simple Green'; $theme[40]['PATH'] = SM_PATH . 'themes/wood_theme.php'; $theme[40]['NAME'] = 'Wood'; +$theme[41]['PATH'] = SM_PATH . 'themes/bluesome.php'; +$theme[41]['NAME'] = 'Bluesome'; + /** * LDAP server(s) * Array of arrays with LDAP server parameters. See diff --git a/themes/bluesome.php b/themes/bluesome.php new file mode 100644 index 00000000..cbcff0b0 --- /dev/null +++ b/themes/bluesome.php @@ -0,0 +1,33 @@ + \ No newline at end of file