PHP ERROR NEED HELP FAST!?

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /public_html/forums/includes/functions.php on line 4340

LINE 4336 ->$template->assign_vars(array(

LINE 4337 ->'DEBUG_OUTPUT'=> (defined('DEBUG')) ? $debug_output : '',

LINE 4338 ->'TRANSLATION_INFO'=> (!empty($user->lang['TRANSLATION_INFO'])) ? $user->lang['TRANSLATION_INFO'] : '',

LINE 4339 ->'U_ACP' => ($auth->acl_get('a_') && !empty($user->data['is_registered'])) ? append_sid("
{$phpbb_root_path}adm/index.$phpEx", false, true, $user->session_id) : '')

LINE 4340 ->'U_MCP' => ($auth->acl_get('m_') || $auth->acl_getf_global('m_')) ? append_sid("{$phpbb_root_path}mcp.$phpEx", 'i=main&mode=front', true, $user->session_id) : '',
LINE 4341 ->);
 
Back
Top