4 require_once(
"./Services/COPage/classes/class.ilPageObjectGUI.php");
5 require_once(
"./Services/Imprint/classes/class.ilImprint.php");
37 include_once(
"./Services/Style/classes/class.ilObjStyleSheet.php");
39 $tpl->setCurrentBlock(
"SyntaxStyle");
40 $tpl->setVariable(
"LOCATION_SYNTAX_STYLESHEET",
42 $tpl->parseCurrentBlock();
44 $tpl->setCurrentBlock(
"ContentStyle");
45 $tpl->setVariable(
"LOCATION_CONTENT_STYLESHEET",
47 $tpl->parseCurrentBlock();
77 if(
$_REQUEST[
"baseClass"] ==
"ilImprintGUI")
82 $next_class = $ilCtrl->getNextClass($this);
84 $title = $lng->txt(
"adm_imprint");
88 case "ilpageobjectgui":
93 return $ilCtrl->forwardCommand($page_gui);
98 $ilLocator->addItem(
$title,
99 $ilCtrl->getLinkTarget($this,
"preview"));
129 $tpl->getStandardTemplate();
134 $itpl =
new ilTemplate(
"tpl.imprint.html",
true,
true,
"Services/Imprint");
135 $itpl->setVariable(
"PAGE_TITLE", $lng->txt(
"imprint"));
136 $itpl->setVariable(
"IMPRINT", $html);
139 $tpl->setContent($itpl->get());
141 $ilMainMenu->showLogoOnly(
true);
142 $tpl->setFrameFixedWidth(
true);
144 echo $tpl->show(
"DEFAULT",
true,
false);