From d8cda8dfc78f302fca2ff1a5a767f07a0ee9958a Mon Sep 17 00:00:00 2001 From: Christopher Ross Hind Date: Sat, 16 Jan 2021 15:19:21 +0000 Subject: [PATCH] Switch PDA stylesheet to useragent detection --- app/Helper/PDA.php | 13 +++++++++ public/css/main.css | 1 + public/css/page/index.css | 14 ++++++++++ public/css/page/subforum.css | 34 +++++++++++++++++++++--- public/css/pda.css | 33 ++++++++++++++++++++--- resources/views/layout/default.blade.php | 14 +++++++--- 6 files changed, 98 insertions(+), 11 deletions(-) create mode 100644 app/Helper/PDA.php diff --git a/app/Helper/PDA.php b/app/Helper/PDA.php new file mode 100644 index 0000000..72d38e4 --- /dev/null +++ b/app/Helper/PDA.php @@ -0,0 +1,13 @@ + @@ -7,13 +10,16 @@ + @if ($pda) + + @else + + @endif + @yield('scripts') Knockout Lite | @yield('title', 'Index') - + @yield('page') - @yield('scripts') - -