MyBB Community Forums

Full Version: Importan/Noraml thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
is there any possible way to give Importan/Noraml thread same class?
what i mean is give both templates forumdisplay_threads_sep and forumdisplay_sticky_sep same class

e.g:

<div class="myclass"
<tr>
<td class="trow_sep" colspan="{$colspan}">{$lang->sticky_threads}</td>
</tr>
<tr>
<td class="trow_sep" colspan="{$colspan}">{$lang->normal_threads}</td>
</tr>'
</div>

Thanks for reading