<?php $settings["labels"] = [ "header" => [ "contact_us" => "Contact us", ], "footer" => 'partials/footer.inc.php', "404" => [ "title" => "Page not found (404)", "description" => "Sorry, we can’t seem to find what you’re looking for", "image" =>"/images/remote-working.png", ], ]; return $settings;