Destinations: Add window title.

This commit is contained in:
Nate
2020-01-06 10:24:49 -07:00
parent 6e010f3d14
commit 918aeaf8be

View File

@@ -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";
?>
?>