Page 1 of 1

How can I change [ News ] to [ Headlines ]?

PostPosted: Sat Jun 10, 2006 9:50 pm
Author: SteveRobWhatever
I wanted to change the bracket that reads [ News ] to [ Headlines ] when people are viewing a forum. How and where do I make this change?

Re: How can I change [ News ] to [ Headlines ]?

PostPosted: Sun Jun 11, 2006 3:48 am
Author: Dr. Bantham
This should do the trick:

OPEN language/lang_english/lang_news.php

FIND
Code: Select all
$lang['News'] = 'News';


REPLACE with
Code: Select all
$lang['News'] = 'Headlines';

PostPosted: Wed Jul 05, 2006 3:43 pm
Author: Unregistered
solved?