From 0540e04c77864186ce48193456634b897a11f5aa Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Fri, 6 Sep 2024 14:38:26 +0200 Subject: Add mobile version --- includes/mobile/site.php | 2 ++ includes/mobile/template_end.php | 8 ++++++++ includes/mobile/template_head_end.php | 26 ++++++++++++++++++++++++++ includes/mobile/template_head_start.php | 10 ++++++++++ 4 files changed, 46 insertions(+) create mode 100644 includes/mobile/site.php create mode 100644 includes/mobile/template_end.php create mode 100644 includes/mobile/template_head_end.php create mode 100644 includes/mobile/template_head_start.php (limited to 'includes/mobile') diff --git a/includes/mobile/site.php b/includes/mobile/site.php new file mode 100644 index 0000000..0e34e83 --- /dev/null +++ b/includes/mobile/site.php @@ -0,0 +1,2 @@ + + + + diff --git a/includes/mobile/template_head_end.php b/includes/mobile/template_head_end.php new file mode 100644 index 0000000..6819603 --- /dev/null +++ b/includes/mobile/template_head_end.php @@ -0,0 +1,26 @@ + + + +
\ No newline at end of file diff --git a/includes/mobile/template_head_start.php b/includes/mobile/template_head_start.php new file mode 100644 index 0000000..21c44f6 --- /dev/null +++ b/includes/mobile/template_head_start.php @@ -0,0 +1,10 @@ + + + + + + <?= htmlentities($PAGE_TITLE ?? "") ?> - Mystic House Fansite + + + + -- cgit v1.2.3