Zeile 2 | Zeile 2 |
---|
<head> <title>{$lang->post_reply_to}</title> {$headerinclude}
|
<head> <title>{$lang->post_reply_to}</title> {$headerinclude}
|
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/post.js?ver=1800"></script>
| {$post_javascript}
|
</head> <body> {$header}
| </head> <body> {$header}
|
Zeile 34 | Zeile 34 |
---|
{$multiquote_external} </td> </tr>
|
{$multiquote_external} </td> </tr>
|
<tr> <td class="trow1" valign="top"><strong>{$lang->post_options}</strong></td> <td class="trow1"><span class="smalltext"> <label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" tabindex="6"{$postoptionschecked['signature']} /> {$lang->options_sig}</label> {$disablesmilies} </span></td> </tr>
| {$postoptions}
|
{$modoptions} {$subscriptionmethod} {$captcha}
| {$modoptions} {$subscriptionmethod} {$captcha}
|
Zeile 60 | Zeile 54 |
---|
{$forumrules} {$threadreview} {$footer}
|
{$forumrules} {$threadreview} {$footer}
|
<script type="text/javascript"> $(".author_avatar img").error(function () { $(this).unbind("error").closest('.author_avatar').remove(); }); </script>
| |
</body> </html>
| </body> </html>
|