From 03c502c96d0a193a244910692a0b4fbac85d0e36 Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Wed, 28 Aug 2019 18:16:12 -0600 Subject: [PATCH] Update template.php (#4466) --- themes/default/template.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/default/template.php b/themes/default/template.php index c625df626c..9f8df7f76a 100644 --- a/themes/default/template.php +++ b/themes/default/template.php @@ -429,6 +429,9 @@ echo "
\n"; if ($_SESSION['theme']['domain_active_text_color_hover']['text'] != '' && $domain['domain_uuid'] == $_SESSION['domain_uuid']) { echo "
"; } + else if ($_SESSION['theme']['domain_inactive_text_color_hover']['text'] != '' && $domain['domain_uuid'] != $_SESSION['domain_uuid']) { + echo "
"; + } else { echo "
"; }