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/template_head_end.php | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'includes/template_head_end.php') diff --git a/includes/template_head_end.php b/includes/template_head_end.php index 9eea077..3cbea98 100644 --- a/includes/template_head_end.php +++ b/includes/template_head_end.php @@ -1,10 +1,5 @@ - - +$__mobile = include __DIR__ . "/mobile-detect.php"; + +include __DIR__ . "/" . ($__mobile ? "mobile" : "desktop") . "/template_head_end.php"; -- cgit v1.2.3