Remove footer.php and some small improvements

This commit is contained in:
2023-03-10 19:31:07 +01:00
parent bfbdc16036
commit 8c61638485
23 changed files with 74 additions and 61 deletions

View File

@@ -56,4 +56,3 @@ $smarty->assign("cable_counter", $sth->fetchColumn());
$smarty->display("index.tpl");
$smarty->display("footer.tpl");
?>