From 4fe8cc74cba4ebf763ad9db38864aa8df562c31c Mon Sep 17 00:00:00 2001 From: Nate Date: Mon, 6 Jan 2020 12:17:16 -0700 Subject: [PATCH] Domains: Add window title. --- core/domains/domains.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/domains/domains.php b/core/domains/domains.php index 82f8d501ed..2d601af9d1 100644 --- a/core/domains/domains.php +++ b/core/domains/domains.php @@ -175,6 +175,7 @@ $token = $object->create($_SERVER['PHP_SELF']); //include the header + $document['title'] = $text['title-domains']; require_once "resources/header.php"; //show the content