Domains: Add window title.
This commit is contained in:
parent
92144b1f8a
commit
4fe8cc74cb
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue