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']); ?> +