From 918aeaf8be4413da1f8a1c7b6b4a50ca938e9a41 Mon Sep 17 00:00:00 2001 From: Nate Date: Mon, 6 Jan 2020 10:24:49 -0700 Subject: [PATCH] Destinations: Add window title. --- app/destinations/destinations.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/destinations/destinations.php b/app/destinations/destinations.php index 4b13d017dc..22c074e778 100644 --- a/app/destinations/destinations.php +++ b/app/destinations/destinations.php @@ -164,6 +164,7 @@ $token = $object->create($_SERVER['PHP_SELF']); //include the header + $document['title'] = $text['title-destinations']; require_once "resources/header.php"; //show the content @@ -303,4 +304,4 @@ //include the footer require_once "resources/footer.php"; -?> +?> \ No newline at end of file