summaryrefslogtreecommitdiff
path: root/public/app/views/templates/admin_users.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/admin_users.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/admin_users.php')
-rw-r--r--public/app/views/templates/admin_users.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/app/views/templates/admin_users.php b/public/app/views/templates/admin_users.php
index baa2e58..1fc7cc7 100644
--- a/public/app/views/templates/admin_users.php
+++ b/public/app/views/templates/admin_users.php
@@ -2,11 +2,12 @@
<html lang="en">
<head>
<meta charset="utf-8">
+ <meta name="viewport" content="width=device-width initial-scale=1">
<title><?=SITE_TITLE?> - Control Panel</title>
<?php // header includes
////////////////////////////////////////////////////////////////////////
- Render::view('components/header_includes');
+ Render::view('components/header_includes', [ 'no_pdfmake' => true ]);
?>
<style>
:root { /* login-form overides */