5
for the main news page.. look in modules/news/index.php.. around line 201 ..before changes
$story['title'] = $thisstory->textlink().' : '.$story['title'];
after changes.
$story['title'] = ' '.$story['title'];
the same goes with article.php (around line 185)
before changes.
$story['title'] = $article->textlink().' : '.$article->title();
after changes
$story['title'] = ' '.$article->title();
that all i can think of right now.
CBB / LatestNews / Publisher / XM-Spotlight
(ノ◕ヮ◕)ノ*:・゚✧