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();
57 if(
$_REQUEST[
"baseClass"] ==
"ilImprintGUI")
62 $next_class = $ilCtrl->getNextClass($this);
64 $title = $lng->txt(
"adm_imprint");
68 case "ilpageobjectgui":
69 die(
"Deprecated. ilImprintGUI gui forwarding to ilpageobject");
75 $ilLocator->addItem($title,
76 $ilCtrl->getLinkTarget($this,
"preview"));
106 $tpl->getStandardTemplate();
111 $itpl =
new ilTemplate(
"tpl.imprint.html",
true,
true,
"Services/Imprint");
112 $itpl->setVariable(
"PAGE_TITLE", $lng->txt(
"imprint"));
113 $itpl->setVariable(
"IMPRINT", $html);
116 $tpl->setContent($itpl->get());
118 $ilMainMenu->showLogoOnly(
true);
120 echo $tpl->show(
"DEFAULT",
true,
false);