Zamień zawartość obu szablonów na:
[geshi=html]<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="{$bgcolor}" valign="top">
<strong><a href="{$forum_url}"><span class="forum_name">{$forum['name']}</span></a></strong>{$forum_viewers_text}<div class="smalltext"><span class="forum_desc">{$forum['description']}</span>{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
</tr>[/geshi]
Następnie do
global.css Twojego stylu dodaj:
[geshi=css].forum_name {
font-size: 16px;
}
.forum_desc {
font-size: 13px;
}[/geshi]
i dostosuj do swoich potrzeb.
.forum_name → nazwa działu
.forum_desc → opis działu