diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-07-30 10:00:35 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-07-30 10:00:35 +0200 |
commit | cfc27c9b764985f707e8ca8d5ba663b6e4b01ecc (patch) | |
tree | 2766d44f459e908d576d4c99ec21d7335ea8f1c7 /program/steps/mail/show.inc | |
parent | 71ee565dfc5b40bee5ed8f66d75b4ff9f78a3976 (diff) |
Keep some resource files (images) in separate directory
Diffstat (limited to 'program/steps/mail/show.inc')
-rw-r--r-- | program/steps/mail/show.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/show.inc b/program/steps/mail/show.inc index 9f0f7ba30..82c826108 100644 --- a/program/steps/mail/show.inc +++ b/program/steps/mail/show.inc @@ -274,7 +274,7 @@ function rcmail_message_contactphoto($attrib) if ($MESSAGE->sender) $photo_img = $RCMAIL->url(array('_task' => 'addressbook', '_action' => 'photo', '_email' => $MESSAGE->sender['mailto'], '_alt' => $placeholder)); else - $photo_img = $placeholder ? $placeholder : 'program/blank.gif'; + $photo_img = $placeholder ? $placeholder : 'program/resources/blank.gif'; return html::img(array('src' => $photo_img) + $attrib); } |