setLanguageFile('frontend', 'language.global'); include_once $class_language->setLanguageFile('frontend', 'language.email.notif'); include_once $class_language->setLanguageFile('frontend', 'language.messages'); include_once $class_language->setLanguageFile('frontend', 'language.notifications'); $error_message = null; $notice_message = null; $error_message = (isset($_GET["sid"]) and isset($_GET["uid"])) ? VContacts::inviteCheck() : null; $display_page = (isset($_GET["sid"]) and isset($_GET["uid"]) and !isset($_GET["do"])) ? $class_smarty->displayPage('frontend', 'tpl_friend_action', $error_message, $notice_message) : null;