diff --git a/frontend/controllers/SiteController.php b/frontend/controllers/SiteController.php
index 9d656ef..85953a3 100755
--- a/frontend/controllers/SiteController.php
+++ b/frontend/controllers/SiteController.php
@@ -89,11 +89,24 @@ class SiteController extends Controller
return $out;
}
- public function actionFormsModal()
+ public function actionFormsModalContacts()
{
- return $this->renderAjax('forms-modal', [
- ]);
+ return $this->renderAjax('forms-modal-contacts', []);
+ }
+
+ public function actionFormsModalFav()
+ {
+ return $this->renderAjax('forms-modal-fav', []);
+ }
+ public function actionFormsModalHelp()
+ {
+ return $this->renderAjax('forms-modal-help', []);
+ }
+
+ public function actionFormsModalOffer()
+ {
+ return $this->renderAjax('forms-modal-offer', []);
}
/**
diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php
index 04e139b..34907a8 100755
--- a/frontend/views/layouts/main.php
+++ b/frontend/views/layouts/main.php
@@ -38,7 +38,7 @@ AppAsset::register($this);