From 5375e22de976b74f5f04d800014c30d9c66f0fe5 Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Mon, 12 Jun 2023 01:12:30 +0300 Subject: official Reliese Candidate; themes added; routes organized; fine tuning --- public/app/views/components/header_includes.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'public/app/views/components/header_includes.php') diff --git a/public/app/views/components/header_includes.php b/public/app/views/components/header_includes.php index bd72cb6..c096bd5 100644 --- a/public/app/views/components/header_includes.php +++ b/public/app/views/components/header_includes.php @@ -2,6 +2,10 @@ if (!isset($administration)) { $administration = false; } + + if (!isset($no_dataTables)) { + $no_dataTables = false; + } ?> + - */ -- cgit v1.2.3