// Include application functions
$_no_db_connection = true;
+ $_no_bottom_link = true;
include_once('./libraries/lib.inc.php');
if (isset($conf['srv_groups'])) {
*/
function printFooter($doBody = true) {
global $_reload_browser, $_reload_drop_database;
+ global $lang, $_no_bottom_link;
if ($doBody) {
if (isset($_reload_browser)) $this->printReload(false);
elseif (isset($_reload_drop_database)) $this->printReload(true);
+ if (!isset($_no_bottom_link))
+ echo "<a href=\"#\" class=\"bottom_link\">".$lang['strgotoppage']."</a>";
echo "</body>\n";
}
echo "</html>\n";