34 $cmd = $this->ctrl->getCmd(
"showContacts");
35 if (in_array(
$cmd,
array(
"showContacts")))
46 $this->lng->loadLanguageModule(
"adm");
47 $this->tpl->getStandardTemplate();
48 $this->tpl->setTitle($this->lng->txt(
"adm_support_contacts"));
49 include_once(
"./Services/UIComponent/Panel/classes/class.ilPanelGUI.php");
54 include_once(
"./Modules/SystemFolder/classes/class.ilSystemSupportContacts.php");
57 include_once(
"./Services/User/classes/class.ilPublicUserProfileGUI.php");
60 $pgui->setEmbedded(
true);
61 $html.= $pgui->getHTML();
64 $panel->setBody(
$html);
66 $this->tpl->setContent($panel->getHTML());
80 include_once(
"./Modules/SystemFolder/classes/class.ilSystemSupportContacts.php");
83 if (count($users) > 0)
88 foreach($users as $user)
93 return "mailto:".$mail;
99 return $ilCtrl->getLinkTargetByClass(
"ilsystemsupportcontactsgui",
"",
"",
false,
false);
120 return $lng->txt(
"contact_sysadmin");
const PANEL_STYLE_PRIMARY
GUI class for public user profile presentation.
Create styles array
The data for the language used.
static getInstance()
Get instance.
static _lookupEmail($a_user_id)
Lookup email.