Fix title to only show the session company name no need to nullify_html_entities the title this cause issues with umlaughts if you do
This commit is contained in:
@@ -16,7 +16,7 @@ header("X-Frame-Options: DENY");
|
|||||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||||
<meta name="robots" content="noindex">
|
<meta name="robots" content="noindex">
|
||||||
|
|
||||||
<title><?php echo nullable_htmlentities($session_company_name); ?> | <?php echo nullable_htmlentities($config_app_name); ?></title>
|
<title><?php echo $session_company_name; ?></title>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Favicon
|
Favicon
|
||||||
|
|||||||
Reference in New Issue
Block a user