forumdisplay_thread:
<tr>
<td align="center" class="trow1" width="38px" style="padding-right: 10px;">
{$folder_lock}
<img src="{$theme['imgdir']}/{$folder}.gif" alt="{$folder_label}" title="{$folder_label}" />
</td>
<td class="trow1 info_otemacie" width="65%">
{$attachment_count}
<div>
<span>
{$sticky_prefix}
{$prefix}
{$thread['threadprefix']}
<a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a>
</span>
<div class="author" style="color: #646464 !important;">Napisany przez {$thread['profilelink']}, {$thread['thread_date']}<span style="margin-left: 10px;">{$thread['multipage']}</span></div>
</div>
</td>
<td align="center" class="trow1 postywys" width="15%">
{$folder_hot} {$thread['replies']} odpowiedzi<br>
{$thread['views']} wyświetleń
</td>
<div class="avek_last">
<td class="tematy_lastavatar trow1">
{$thread['lastposteravatar']}
</td>
</div>
<td class="trow1 lastthreadautor" style="white-space: nowrap; text-align: left;" width="32%">
{$lastposterlink}<br />
<span style="color: #646464;">{$lastpostdate} {$lastposttime}</span>
</td>
{$modbit}
</tr>
forumdisplay:
<html>
<head>
<title>{$mybb->settings['bbname']} - {$foruminfo['name']} </title>
{$headerinclude}
{$rssdiscovery}
<script type="text/javascript">
<!--
lang.no_new_posts = "{$lang->no_new_posts}";
lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
</div>
{$moderatedby}
{$usersbrowsing}
{$rules}
{$subforums}
{$threadslist}
{$footer}
</body>
</html>