But than I changed some parts, and didnt work at the first time.
However, I kept trying... and noticed I needed to creat some line on lang file... 'common.php'
Code: Select all
$lang = array_merge($lang, array(
Thanks, man..for the 'light'.
Code: Select all
$lang = array_merge($lang, array(
Code: Select all
case 'portal2':
$location = $user->lang['PORTAL_2'];
$location_url = append_sid("{$phpbb_root_path}portal2/index.$phpEx");
break;