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=1813"></script>
| {$post_javascript}
|
</head> <body> {$header}
| </head> <body> {$header}
|
Zeile 54 | 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>
|