X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/ea8d95259b157f503d27bd6a842ed2a687317216..1229707841edee97b681e9414b58f4523e034ed1:/Controller/AbstractController.php?ds=sidebyside diff --git a/Controller/AbstractController.php b/Controller/AbstractController.php index 8a10b87..f06178d 100644 --- a/Controller/AbstractController.php +++ b/Controller/AbstractController.php @@ -509,6 +509,18 @@ abstract class AbstractController extends BaseAbstractController implements Serv }*/ } + //With empty locations link + if (empty($parameters['locations_link'])) { + //Set locations link + $parameters['locations_link'] = $this->router->generate('rapsys_air_location'); + } + + //With empty locations title + if (empty($parameters['locations_title'])) { + //Set locations title + $parameters['locations_title'] = $this->translator->trans('Locations', [], null, $this->locale); + } + //With canonical if (!empty($parameters['canonical'])) { //Set facebook url