diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-07-30 12:08:58 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-07-30 12:08:58 +0200 |
commit | 6843acc9fced3dc1261e019ad4552b6e4c340ec7 (patch) | |
tree | 67d4f85b6b99d49f1ad28aa98fca213b6962fd7d /program/steps/settings/func.inc | |
parent | 9f1652e29e2ed8be815cae4abf42bde989ffeb22 (diff) | |
parent | 6d1253681547343dcffb398a7e485bfb70087b57 (diff) |
Merged changes to skin folders
Diffstat (limited to 'program/steps/settings/func.inc')
-rw-r--r-- | program/steps/settings/func.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/settings/func.inc b/program/steps/settings/func.inc index f44a96dab..3f5ef5390 100644 --- a/program/steps/settings/func.inc +++ b/program/steps/settings/func.inc @@ -34,7 +34,7 @@ function rcmail_preferences_frame($attrib) $attrib['name'] = $attrib['id']; $OUTPUT->set_env('contentframe', $attrib['name']); - $OUTPUT->set_env('blankpage', $attrib['src'] ? $OUTPUT->abs_url($attrib['src']) : 'program/blank.gif'); + $OUTPUT->set_env('blankpage', $attrib['src'] ? $OUTPUT->abs_url($attrib['src']) : 'program/resources/blank.gif'); return html::iframe($attrib); } |