Browse Source

Correct path for the default icon theme.

stevetruckstuff 19 năm trước cách đây
mục cha
commit
3eaa4a37ef
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      images/themes/default/theme.php

+ 1 - 1
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/');