Page 1 of 1

How to Change "Portal" to display "Home

Posted: 24. April 2010 05:30
by nobody
Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner

What have you done before the problem was there?


What have you already tryed to solve the problem?


Description and Message

Re: How to Change "Portal" to display "Home

Posted: 24. April 2010 08:54
by mitchboy999
Open

Code: Select all

root\language\en\mods\lang_portal.php
Find:

Code: Select all

	'PORTAL'				=> 'Portal',
Replace With:

Code: Select all

	'PORTAL'				=> 'Home',
Hope i helped,

mitchboy999