From 5122aa1f2778e6606007dbf72a09afa4ad6af6f3 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Fri, 6 Jun 2014 20:27:30 -0400 Subject: [PATCH] #16 Added viewport meta tags to the headers to properly scale on mobile --- inc/header.inc.php | 1 + inc/headerAdmin.inc.php | 1 + 2 files changed, 2 insertions(+) diff --git a/inc/header.inc.php b/inc/header.inc.php index 3527d123..a71ef8b2 100644 --- a/inc/header.inc.php +++ b/inc/header.inc.php @@ -40,6 +40,7 @@ if (!defined('IN_SCRIPT')) {die('Invalid attempt');} <?php echo (isset($hesk_settings['tmp_title']) ? $hesk_settings['tmp_title'] : $hesk_settings['hesk_title']); ?> + diff --git a/inc/headerAdmin.inc.php b/inc/headerAdmin.inc.php index 30304bd7..cf881b00 100644 --- a/inc/headerAdmin.inc.php +++ b/inc/headerAdmin.inc.php @@ -40,6 +40,7 @@ if (!defined('IN_SCRIPT')) {die('Invalid attempt');} <?php echo (isset($hesk_settings['tmp_title']) ? $hesk_settings['tmp_title'] : $hesk_settings['hesk_title']); ?> +