Zeile 2 | Zeile 2 |
---|
<head> <title>{$lang->forum_announcement}</title> {$headerinclude}
|
<head> <title>{$lang->forum_announcement}</title> {$headerinclude}
|
<script type="text/javascript"> <!-- var announcement_quickdelete_confirm = "{$lang->announcement_quickdelete_confirm}"; // --> </script>
| <script type="text/javascript"> var announcement_quickdelete_confirm = "{$lang->announcement_quickdelete_confirm}"; </script>
|
</head> <body> {$header} <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed clear no_bottom_border"> <tr> <td class="thead"><strong>{$lang->forum_announcement}</strong></td>
|
</head> <body> {$header} <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed clear no_bottom_border"> <tr> <td class="thead"><strong>{$lang->forum_announcement}</strong></td>
|
| </tr>
|
<tr><td id="posts_container"> <div id="posts"> {$announcement}
| <tr><td id="posts_container"> <div id="posts"> {$announcement}
|
Zeile 20 | Zeile 19 |
---|
</td></tr> </table> {$footer}
|
</td></tr> </table> {$footer}
|
<script type="text/javascript"> $(".author_avatar img").error(function () { $(this).unbind("error").closest('.author_avatar').remove(); }); </script>
| |
</body> </html>
| </body> </html>
|