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->loadStandardTemplate();
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());
79 $this->tpl->printToStdout();
95 include_once(
"./Modules/SystemFolder/classes/class.ilSystemSupportContacts.php");
98 if (count($users) > 0) {
103 return $ilCtrl->getLinkTargetByClass(
"ilsystemsupportcontactsgui",
"",
"",
false,
false);
125 $lng = $DIC->language();
126 return $lng->txt(
"contact_sysadmin");
static prepareFormOutput($a_str, $a_strip=false)
prepares string output for html forms public
const PANEL_STYLE_PRIMARY
GUI class for public user profile presentation.
static getInstance()
Get instance.