From 086e2d2668784469ec114f6e6fd2b3dace3d7c3b Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Thu, 12 Sep 2024 19:49:17 +0200 Subject: Way more progress on forum --- src/application/views/template_start.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/application/views/template_start.php (limited to 'src/application/views/template_start.php') diff --git a/src/application/views/template_start.php b/src/application/views/template_start.php new file mode 100644 index 0000000..e011f74 --- /dev/null +++ b/src/application/views/template_start.php @@ -0,0 +1,22 @@ + + + + + + + + + + <?= htmlentities($_title ?? "") ?> + + + + + + + + + -- cgit v1.2.3