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