From c1689920d5d12ee79793fbf0467312d74a191f3c Mon Sep 17 00:00:00 2001 From: Nate Date: Mon, 6 Jan 2020 12:25:17 -0700 Subject: [PATCH] Menu Manager: Add window title. --- core/menu/menu.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/menu/menu.php b/core/menu/menu.php index 5a11906057..11eba8e901 100644 --- a/core/menu/menu.php +++ b/core/menu/menu.php @@ -112,6 +112,7 @@ $token = $object->create($_SERVER['PHP_SELF']); //include the header + $document['title'] = $text['title-menus']; require_once "resources/header.php"; //show the content