In index.template.php din tema ta, mergi la linia:
// Show a random news item? (or you could pick one from news_lines...)
if (!empty($settings['enable_news']))
echo '
<td width="90%" class="titlebg2">
<span class="smalltext"><b>', $txt[102], '</b>: ', $context['random_news_line'], '</span>
</td>';si transformi acel span in comentariu adaugind tagul <!-- ... -->
// Show a random news item? (or you could pick one from news_lines...)
if (!empty($settings['enable_news']))
echo '
<td width="90%" class="titlebg2">
<!-- <span class="smalltext"><b>', $txt[102], '</b>: ', $context['random_news_line'], '</span> -->
</td>';