Gracias por la respuesta. Y en que parte del index_body.tpl, solo para hacer una prueba... quiero ver como queda.
Saludos.
EDIT:
Estuve cambiando algunas partes haciendo pruebas dentro del index_body.tpl, y me centre en este codigo:
Código: Seleccionar todo
	<tr class="toplines">
		<th colspan="2">{L_FORUM}</th>
		<th>{L_TOPICS}</th>
		<th>{L_POSTS}</th>
		<th>{L_LASTPOST}</th>
	</tr>
	<!-- BEGIN forumrow -->
	<tr>
                <td class="row1 one"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="" /></td>
		<td class="row1 two"
		onmouseover="this.style.backgroundColor='{T_TR_COLOR2}'; this.style.cursor='pointer'"
		onmouseout="this.style.backgroundColor=''"
		onclick="window.location.href='{catrow.forumrow.U_VIEWFORUM}'">
		<h3><a href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></h3>
		{catrow.forumrow.FORUM_DESC}<br />
                <span class="smallfont">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span></td>
                <td class="row2 one">{catrow.forumrow.TOPICS}</td>
		<td class="row2 one">{catrow.forumrow.POSTS}</td>
		<td class="row2 three">{catrow.forumrow.LAST_POST}</td>
	</tr>
	<!-- END forumrow -->
	<!-- END catrow -->
Pero, me lo colocaba en todos los subforos, o me la colocaba al final de todo, también la colocaba al lado de los subforos, deformando todo.
Saludos