Viewonline
Posted: 28 Feb 2012, 18:33
================
Database and Demo for phpBB3 BBCodes, Mods and Smilies
https://phpbb3bbcodes.com/
Code: Select all
case 'viewonline':
Code: Select all
case 'error':
$location = $user->lang['VIEW_ERROR'];
$location_url = append_sid("{$phpbb_root_path}error.$phpEx");
break;
Code: Select all
?>
Code: Select all
// Stoker is my hero and I will give him all my money :o)
$lang = array_merge($lang, array(
'VIEW_ERROR' => 'Viewing a 404 Error',
));