can actually shorten it slightly
<input type="text" name="subject" value="', $context['response_prefix'], $context['subject'], '" tabindex="', $context['tabindex']++, '" size="80" maxlength="80" class="input_text" />
as in the original there has to be both a response-prefix and a subject so no need to check for either if ur replying since it will have both