From 648b8f2bd5f88aa2e4b5b21ed9a6cdf256e8194a Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Tue, 7 Jun 2016 17:51:25 +0300 Subject: [PATCH] .... --- src/app/frontend/controllers/FaqController.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+), 0 deletions(-) create mode 100644 src/app/frontend/controllers/FaqController.php diff --git a/src/app/frontend/controllers/FaqController.php b/src/app/frontend/controllers/FaqController.php new file mode 100644 index 0000000..f6888de --- /dev/null +++ b/src/app/frontend/controllers/FaqController.php @@ -0,0 +1,23 @@ +seoUrl->getChangeLangUrl(); + $this->view->setVars([ + 'change_lang_url' => $lang_url, + ]); + } + +} + \ No newline at end of file -- libgit2 0.21.4