mirror of https://github.com/itflow-org/itflow
Update Browsers window title to the clients name when in the client section
This commit is contained in:
parent
51e80df71c
commit
b9342c8397
|
|
@ -240,3 +240,6 @@ require_once "inc_client_top_head.php";
|
|||
|
||||
require_once "pagination_head.php";
|
||||
|
||||
?>
|
||||
|
||||
<script>document.title = "<?php echo $client_name; ?>"</script>
|
||||
Loading…
Reference in New Issue