浏览代码

Domains: Add window title.

Nate 5 年之前
父节点
当前提交
cbce043a40
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      core/domains/domains.php

+ 1 - 0
core/domains/domains.php

@@ -175,6 +175,7 @@
 	$token = $object->create($_SERVER['PHP_SELF']);
 	$token = $object->create($_SERVER['PHP_SELF']);
 
 
 //include the header
 //include the header
+	$document['title'] = $text['title-domains'];
 	require_once "resources/header.php";
 	require_once "resources/header.php";
 
 
 //show the content
 //show the content