| Author |
Post |
|
|
#1 Wed Jan 30, 2008 8:01 pm
|
|
Member
Registered: Jan 2008
Posts: 2
|
Hi,
In global.tpl.php there is {page_title} which renders the TITLE element. I'm happy with the forum categories and threads but am looking to remove the 'Forum Index' from the home page. I'd like to make it something more searchable but I can't seem to find where it pulls that piece of text from.
Any ideas are greatly appreciated.
Ed.
|
|
|
#2 Wed Jan 30, 2008 9:31 pm
|
|
Member
Registered: Apr 2007
Posts: 13
Location: Amsterdam, Netherlands
|
I think it is in the language file (lang_English.php for English):
$lang['ForumIndex'] = 'Forum Index';
|
|
|
#3 Wed Jan 30, 2008 9:51 pm
|
|
Member
Registered: Jan 2008
Posts: 2
|
Thanks simsamsep. Sorted!
|