From 5d351713324a9af204b0927e7d8c0fa6e7a7a27f Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Mon, 19 Jan 2015 10:37:57 -0500 Subject: [PATCH] Closes #113 Support Chrome v39's theme-color meta tag --- 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 1f5c0364..baa5fe71 100644 --- a/inc/header.inc.php +++ b/inc/header.inc.php @@ -42,6 +42,7 @@ require(HESK_PATH . 'modsForHesk_settings.inc.php'); <?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 e472fab1..94fdb109 100644 --- a/inc/headerAdmin.inc.php +++ b/inc/headerAdmin.inc.php @@ -42,6 +42,7 @@ require(HESK_PATH . 'modsForHesk_settings.inc.php'); <?php echo (isset($hesk_settings['tmp_title']) ? $hesk_settings['tmp_title'] : $hesk_settings['hesk_title']); ?> +