diff options
Diffstat (limited to 'public/app/views/templates/admin_users.php')
| -rw-r--r-- | public/app/views/templates/admin_users.php | 3 |
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 */ |
