MyBB Community Forums

Full Version: error in forum display (mobile)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: 68747470733a2f2f692e6962622e636f2f544262...612e6a7067]

forumdisplay_thread
<tr>
	<td class="{$bgcolor}{$thread_type_class}" onclick="location.href='{$thread['threadlink']}';">
		{$prefix} <span class="lastpost">{$gotounread}</span>{$thread['threadprefix']}<a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class} tclosed_{$thread['closed']}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a>
		<div class="lastbytext">{$lang->gomobile_lastby} {$thread['lastposter']}</div>
	</td>
	<td class="{$bgcolor}{$thread_type_class}" width="1"><a href="{$thread['lastpostlink']}" class="lastpost">{$lang->gomobile_last}<img src="{$theme['imgdir']}/jump.gif" height="10" width="10" class="middle" /></a></td>
</tr>