diff --git a/core/user_settings/user_dashboard.php b/core/user_settings/user_dashboard.php index 8a238bd2ab..03a6fd8977 100644 --- a/core/user_settings/user_dashboard.php +++ b/core/user_settings/user_dashboard.php @@ -957,7 +957,7 @@ //pbx version $hud[$n]['html'] .= "\n"; - $hud[$n]['html'] .= "FusionPBX\n"; + $hud[$n]['html'] .= "".(isset($_SESSION['theme']['title']['text'])?$_SESSION['theme']['title']['text']:'FusionPBX')."\n"; $hud[$n]['html'] .= "".software_version()."\n"; $hud[$n]['html'] .= "\n"; $c = ($c) ? 0 : 1; @@ -1216,4 +1216,4 @@ if (!is_array($selected_blocks) || in_array('call_routing', $selected_blocks) || //show the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?>