From 6147b898a85d6854a0220c79de32b3a9af8cb25e Mon Sep 17 00:00:00 2001 From: stevetruckstuff Date: Mon, 18 Sep 2006 14:54:50 +0000 Subject: [PATCH] Correct path for the default icon theme. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11713 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- images/themes/default/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/themes/default/theme.php b/images/themes/default/theme.php index 6cb2f7e6..41ee8c9b 100644 --- a/images/themes/default/theme.php +++ b/images/themes/default/theme.php @@ -9,4 +9,4 @@ * @package squirrelmail * @subpackage themes */ -$icon_themes[] = array('NAME'=>_("Default"),'PATH'=> SM_PATH.'images/'); +$icon_themes[] = array('NAME'=>_("Default"),'PATH'=> SM_PATH.'images/themes/default/'); -- 2.25.1