summaryrefslogtreecommitdiff
path: root/public/app/views/templates/invite.php
diff options
context:
space:
mode:
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 */