Call Routing: Add window titles.

This commit is contained in:
Nate
2020-01-06 11:07:52 -07:00
parent a8501b35f0
commit dc89979a1f
3 changed files with 23 additions and 21 deletions
+1 -1
View File
@@ -163,7 +163,7 @@
//include header
if (!$is_included) {
$document['title'] = $text['title'];
$document['title'] = $text['title-call_routing'];
}
require_once "resources/header.php";