 modules/topnews.php

:
$topnews .= "&raquo; " . $link . "<br />";

  

$topnews .= '<img src="/templates/default/images/navi.png" alt="" />&nbsp;' . $link . "<br />";

 

if( strlen( $row['title'] ) > 55 ) $title = substr( $row['title'], 0, 55 ) . " ...";

  

if( strlen( $row['title'] ) > 25 ) $title = substr( $row['title'], 0, 25 ) . " ...";