of default to make functions that depend on $chosen_theme work
correctly (most notably the select list under display preferences which
would have Alien Glow selected when user has no theme set). Thanks Tim Craig
for the bugreport.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5382
7612ce4b-ef26-0410-bec9-
ea0150e637f0
- Fix when forwarding messages as attachment from message list, the displayed subject
was wrong (appearing to the user that the wrong messages were attached).
Closes #772371.
+ - Fix that when user has no theme preference set, Alien Glow would be selected under
+ display preferences in stead of Default.
**************************************
*** SquirrelMail Stable Series 1.4 ***
} else {
if (isset($theme) && isset($theme[$theme_default]) && file_exists($theme[$theme_default]['PATH'])) {
@include_once($theme[$theme_default]['PATH']);
+ $chosen_theme = $theme[$theme_default]['PATH'];
} else {
/**
* This theme as a failsafe if no themes were found. It makes