45 $ilCtrl = $DIC->ctrl();
47 $lng = $DIC->language();
49 $this->
ctrl = $ilCtrl;
60 $cmd = $this->
ctrl->getCmd(
"showContacts");
61 if (in_array($cmd, array(
"showContacts"))) {
71 $this->
lng->loadLanguageModule(
"adm");
72 $this->tpl->loadStandardTemplate();
73 $this->tpl->setTitle($this->
lng->txt(
"adm_support_contacts"));
81 $pgui->setEmbedded(
true);
82 $html .= $pgui->getHTML();
87 $this->tpl->setContent(
$panel->getHTML());
88 $this->tpl->printToStdout();
101 $ilCtrl = $DIC->ctrl();
105 if (count($users) > 0) {
112 return $ilCtrl->getLinkTargetByClass(
"ilsystemsupportcontactsgui",
"",
"",
false,
false);
128 $lng = $DIC->language();
129 return $lng->txt(
"contact_sysadmin");
if(isset($_FILES['img_file']) &&is_array($_FILES['img_file'])) $panel
const PANEL_STYLE_PRIMARY
Interface ilCtrlBaseClassInterface describes ilCtrl base classes.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...