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");
 
  101                foreach (
$users as $user) {
 
  104                        return "mailto:" . $mail;
 
  108                return $ilCtrl->getLinkTargetByClass(
"ilsystemsupportcontactsgui", 
"", 
"", 
false, 
false);
 
  131        return $lng->txt(
"contact_sysadmin");
 
An exception for terminatinating execution or to throw for unit testing.
static _lookupEmail($a_user_id)
Lookup email.
static getInstance()
Get instance.
const PANEL_STYLE_PRIMARY
GUI class for public user profile presentation.