Display.template.php
// Can they reply? Have they turned on quick reply?
        if ($context['can_reply'] && !empty($options['display_quick_reply']))
            echo '
                                    <li class="quote_button"><a href="', $scripturl, '?action=post;quote=', $message['id'], ';topic=', $context['current_topic'], '.', $context['start'], ';num_replies=', $context['num_replies'], '" onclick="return oQuickReply.quote(', $message['id'], ');">', $txt['quote'], '</li>';
        // So... quick reply is off, but they *can* reply?
        elseif ($context['can_reply'])
            echo '
                                    <li class="quote_button"><a href="', $scripturl, '?action=post;quote=', $message['id'], ';topic=', $context['current_topic'], '.', $context['start'], ';num_replies=', $context['num_replies'], '">', $txt['quote'], '</li>';
        // Can the user modify the contents of this post?
        if ($message['can_modify'])
            echo '
                                    <li class="modify_button"><a href="', $scripturl, '?action=post;msg=', $message['id'], ';topic=', $context['current_topic'], '.', $context['start'], '">', $txt['modify'], '</li>';
        // How about... even... remove it entirely?!
        if ($message['can_remove'])
            echo '
                                    <li class="remove_button"><a href="', $scripturl, '?action=deletemsg;topic=', $context['current_topic'], '.', $context['start'], ';msg=', $message['id'], ';', $context['session_var'], '=', $context['session_id'], '" onclick="return confirm(\'', $txt['remove_message'], '?\');">', $txt['remove'], '</li>';
        // What about splitting it off the rest of the topic?
        if ($context['can_split'] && !empty($context['num_replies']))
            echo '
                                    <li class="split_button"><a href="', $scripturl, '?action=splittopics;topic=', $context['current_topic'], '.0;at=', $message['id'], '">', $txt['split'], '</li>';
// Can they reply? Have they turned on quick reply?
        if ($context['can_reply'] && !empty($options['display_quick_reply']))
            echo '
                                    <li><a href="', $scripturl, '?action=post;quote=', $message['id'], ';topic=', $context['current_topic'], '.', $context['start'], ';num_replies=', $context['num_replies'], '" onclick="return oQuickReply.quote(', $message['id'], ');"><img border="0" src="Themes/default/images/theme/quote.gif" width="58" height="17"></a></li>';
        // So... quick reply is off, but they *can* reply?
        elseif ($context['can_reply'])
            echo '
                                    <li><a href="', $scripturl, '?action=post;quote=', $message['id'], ';topic=', $context['current_topic'], '.', $context['start'], ';num_replies=', $context['num_replies'], '">', $txt['quote'], '</a></li>';
        // Can the user modify the contents of this post?
        if ($message['can_modify'])
            echo '
                                    <li><a href="', $scripturl, '?action=post;msg=', $message['id'], ';topic=', $context['current_topic'], '.', $context['start'], '"  > <img border="0" src="Themes/default/images/theme/modify.gif" width="58" height="17"></a></li>';
        // How about... even... remove it entirely?!
        if ($message['can_remove'])
            echo '
                                    <li><a href="', $scripturl, '?action=deletemsg;topic=', $context['current_topic'], '.', $context['start'], ';msg=', $message['id'], ';', $context['session_var'], '=', $context['session_id'], '" onclick="return confirm(\'', $txt['remove_message'], '?\');"><img border="0" src="Themes/default/images/theme/delete.gif" width="58" height="17"></a></li>';
        // What about splitting it off the rest of the topic?
        if ($context['can_split'] && !empty($context['num_replies']))
            echo '
                                    <li><a href="', $scripturl, '?action=splittopics;topic=', $context['current_topic'], '.0;at=', $message['id'], '"><img border="0" src="Themes/default/images/theme/split.gif" width="58" height="17"></a></li>';
As imagens estao no anexo tem que colocar na pastas daas imagens do teu tema