From 586322a189169f5065045f5c10cdba978751c00a Mon Sep 17 00:00:00 2001 From: pbbfa23cse Date: Mon, 7 Jul 2025 08:42:26 +0200 Subject: [PATCH] fixed the and tags in all views --- Controller/TicketsController.php | 10 ++++++++++ Views/Login/showLoginPage.phtml | 11 ----------- Views/Register/showRegisterPage.phtml | 11 ----------- Views/Tickets/showTickets.phtml | 0 Views/footer.phtml | 4 +++- Views/header.phtml | 2 +- index.php | 5 ----- 7 files changed, 14 insertions(+), 29 deletions(-) create mode 100644 Controller/TicketsController.php create mode 100644 Views/Tickets/showTickets.phtml diff --git a/Controller/TicketsController.php b/Controller/TicketsController.php new file mode 100644 index 0000000..a70b17d --- /dev/null +++ b/Controller/TicketsController.php @@ -0,0 +1,10 @@ + - - - VR Contact - - - - -
- - diff --git a/Views/Register/showRegisterPage.phtml b/Views/Register/showRegisterPage.phtml index e2e7ab7..d95133d 100644 --- a/Views/Register/showRegisterPage.phtml +++ b/Views/Register/showRegisterPage.phtml @@ -1,12 +1,3 @@ - - - - VR Contact - - - - -
- - diff --git a/Views/Tickets/showTickets.phtml b/Views/Tickets/showTickets.phtml new file mode 100644 index 0000000..e69de29 diff --git a/Views/footer.phtml b/Views/footer.phtml index ce503f5..b9db9a4 100644 --- a/Views/footer.phtml +++ b/Views/footer.phtml @@ -8,4 +8,6 @@ Datenschutz Nutzungsbedingungen © bib arts GmbH - \ No newline at end of file + + + \ No newline at end of file diff --git a/Views/header.phtml b/Views/header.phtml index 5e40f63..39136cd 100644 --- a/Views/header.phtml +++ b/Views/header.phtml @@ -6,6 +6,7 @@ +