From: stevetruckstuff Date: Mon, 18 Sep 2006 14:54:50 +0000 (+0000) Subject: Correct path for the default icon theme. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6147b898a85d6854a0220c79de32b3a9af8cb25e;p=squirrelmail.git 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 --- 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/');