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