summaryrefslogtreecommitdiff
path: root/public/app/views/templates/invite.php
diff options
context:
space:
mode:
authorGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-06-12 21:59:00 +0300
committerGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-06-12 21:59:00 +0300
commit453c2d1183e9fcfe262a03e22365de5c76abd877 (patch)
tree8196eef11340faaa2d78c64626e0f57a8d1e9e3d /public/app/views/templates/invite.php
parent7f37ac9bc171ff3609e49f46466d1cd778e234c1 (diff)
downloadgyraf1gov-453c2d1183e9fcfe262a03e22365de5c76abd877.tar.gz
gyraf1gov-453c2d1183e9fcfe262a03e22365de5c76abd877.tar.bz2
gyraf1gov-453c2d1183e9fcfe262a03e22365de5c76abd877.zip
set viewport meta for mobile devices
Diffstat (limited to 'public/app/views/templates/invite.php')
-rw-r--r--public/app/views/templates/invite.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/public/app/views/templates/invite.php b/public/app/views/templates/invite.php
index ab0f12c..25826ec 100644
--- a/public/app/views/templates/invite.php
+++ b/public/app/views/templates/invite.php
@@ -2,11 +2,14 @@
<html lang="en">
<head>
<meta charset="utf-8">
+ <meta name="viewport" content="width=device-width initial-scale=1">
<title><?=SITE_TITLE?> - Είσοδος Χρήστη</title>
<?php // header includes
////////////////////////////////////////////////////////////////////////
- Render::view('components/header_includes');
+ Render::view('components/header_includes',
+ [ 'no_dataTables' => true, 'no_pdfmake' => true ]
+ );
?>
<style>
:root { /* login-form overides */