35 $lng = $DIC->language();
48 $cmd = $this->ctrl->getCmd(
"showContacts");
49 if (in_array($cmd, array(
"showContacts"))) {
59 $this->lng->loadLanguageModule(
"adm");
60 $this->tpl->getStandardTemplate();
61 $this->tpl->setTitle($this->lng->txt(
"adm_support_contacts"));
62 include_once(
"./Services/UIComponent/Panel/classes/class.ilPanelGUI.php");
67 include_once(
"./Modules/SystemFolder/classes/class.ilSystemSupportContacts.php");
69 include_once(
"./Services/User/classes/class.ilPublicUserProfileGUI.php");
72 $pgui->setEmbedded(
true);
73 $html .= $pgui->getHTML();
76 $panel->setBody(
$html);
78 $this->tpl->setContent($panel->getHTML());
95 include_once(
"./Modules/SystemFolder/classes/class.ilSystemSupportContacts.php");
104 return "mailto:" . $mail;
108 return $ilCtrl->getLinkTargetByClass(
"ilsystemsupportcontactsgui",
"",
"",
false,
false);
130 $lng = $DIC->language();
131 return $lng->txt(
"contact_sysadmin");
const PANEL_STYLE_PRIMARY
GUI class for public user profile presentation.
static getInstance()
Get instance.
static _lookupEmail($a_user_id)
Lookup email.