call UI::contentEnd()

This commit is contained in:
Uwe Steinmann 2016-01-26 15:06:10 +01:00
parent c875729cbe
commit a8b8da6cc8

View File

@ -200,6 +200,7 @@ if (isset($_GET['phpinfo'])) {
echo '<a href="install.php">' . getMLText("back") . '</a>';
phpinfo();
UI::contentContainerEnd();
UI::contentEnd();
UI::htmlEndPage();
exit();
}
@ -224,6 +225,7 @@ if (isset($_GET['disableinstall'])) { /* {{{ */
echo '<a href="install.php">' . getMLText("back") . '</a>';
}
UI::contentContainerEnd();
UI::contentEnd();
UI::htmlEndPage();
exit();
} /* }}} */
@ -487,7 +489,7 @@ if($showform) {
$settings->_printDisclaimer = false;
$settings->_footNote = false;
// end of the page
UI::contentEnd();
UI::contentContainerEnd();
UI::contentEnd();
UI::htmlEndPage();
?>