Read the blogs!
// Show the member's signature? if (!empty($message['member']['signature']) && empty($options['show_no_signatures'])) echo ' <hr width="100%" size="1" class="hrcolor" /> <div class="signature">', $message['member']['signature'], '</div>';
else { echo ' <hr width="100%" size="1" class="hrcolor" /> <center><img src="', $settings['images_url'], '/no-firma.jpg" alt="" border="0" /></center>'; }