diff --git a/frontend/controllers/SiteController.php b/frontend/controllers/SiteController.php
index bf2168d..f914ab2 100755
--- a/frontend/controllers/SiteController.php
+++ b/frontend/controllers/SiteController.php
@@ -126,9 +126,9 @@
'success' => true,
'message' => 'Success message',
'alert' => '
-
Success
+
Спасибо
- Success text
+ Ваша заявка принята. Мы свяжемся с вами в ближайшее время.
',
];
diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php
index 5c30e2c..dace83e 100755
--- a/frontend/views/layouts/main.php
+++ b/frontend/views/layouts/main.php
@@ -497,7 +497,7 @@ _________________________________________________________ -->
= Html::a(
'На страницу контактов',
- [ 'site/contact' ],
+ [ '/contact' ],
[
'class' => 'btn btn-small btn-template-transparent-primary',
]
diff --git a/frontend/views/site/index.php b/frontend/views/site/index.php
index b4d7877..348b21b 100755
--- a/frontend/views/site/index.php
+++ b/frontend/views/site/index.php
@@ -188,7 +188,7 @@ _________________________________________________________ -->
Остались вопросы?
\ No newline at end of file
--
libgit2 0.21.4