From f42169e7912248546c5c9c59f0cc7ddccd95a600 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Fri, 22 Jan 2016 11:38:09 +0200 Subject: [PATCH] firs page --- frontend/controllers/SiteController.php | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/frontend/controllers/SiteController.php b/frontend/controllers/SiteController.php index 7c1405d..cba8342 100644 --- a/frontend/controllers/SiteController.php +++ b/frontend/controllers/SiteController.php @@ -93,6 +93,8 @@ class SiteController extends Controller public function actionFormsModal() { + return $this->renderAjax('forms-modal', [ + ]); } -- libgit2 0.21.4