showImages attribute is skin template is obsolte: now set in user prefs
| | |
| | | $ctype_secondary = strtolower($MESSAGE->structure->ctype_secondary); |
| | | |
| | | // list images after mail body |
| | | if (get_boolean($attrib['showimages']) |
| | | && $CONFIG['inline_images'] |
| | | if ($CONFIG['inline_images'] |
| | | && $ctype_primary == 'multipart' |
| | | && !empty($MESSAGE->attachments) |
| | | && !strstr($message_body, '<html')) |
| | |
| | | <roundcube:object name="messageAttachments" id="attachment-list" /> |
| | | |
| | | <roundcube:object name="blockedObjects" id="remote-objects-message" /> |
| | | <roundcube:object name="messageBody" id="messagebody" showImages="true" /> |
| | | <roundcube:object name="messageBody" id="messagebody" /> |
| | | |
| | | </div> |
| | | |