From d05fedfc820f3abe108a74e382551f973695e2fc Mon Sep 17 00:00:00 2001 From: diver90 Date: Mon, 31 May 2021 15:14:26 +0300 Subject: [PATCH] add/fix titles h1 --- common/messages/ru/app.php | 2 ++ common/messages/uk/app.php | 3 ++- frontend/views/blog/_article.php | 2 +- frontend/views/blog/index.php | 2 +- frontend/views/blog/view.php | 2 +- frontend/views/category/view.php | 6 +++--- frontend/views/page/view.php | 16 ++++++++++++++-- frontend/views/site/contact.php | 2 +- frontend/views/special/category.php | 19 +++++++++++++++---- frontend/views/special/index.php | 12 ++++++++++-- frontend/widgets/views/_blog_search.php | 4 ++-- 11 files changed, 52 insertions(+), 18 deletions(-) diff --git a/common/messages/ru/app.php b/common/messages/ru/app.php index 0ee6d87..48d9193 100755 --- a/common/messages/ru/app.php +++ b/common/messages/ru/app.php @@ -133,4 +133,6 @@ return [ 'and now is' => 'и в данный момент', 'order_text' => 'Если у вас есть вопросы, пожалуйста,', 'Information' => 'Информация', + 'Find' => 'Поиск', + 'Find articles' => 'Поиск по статьям', ]; \ No newline at end of file diff --git a/common/messages/uk/app.php b/common/messages/uk/app.php index 7fee1bd..37436b0 100644 --- a/common/messages/uk/app.php +++ b/common/messages/uk/app.php @@ -166,5 +166,6 @@ return [ 'Send message' => 'Відправити повідомлення', 'Contact form' => 'Форма контактов', 'search in category' => 'Пошук по категорії {category_name}', - + 'Find' => 'Пошук', + 'Find articles' => 'Пошук по статтям', ]; \ No newline at end of file diff --git a/frontend/views/blog/_article.php b/frontend/views/blog/_article.php index f70e44b..5ea8509 100755 --- a/frontend/views/blog/_article.php +++ b/frontend/views/blog/_article.php @@ -72,7 +72,7 @@

lang->body_preview; ?>

$model->id, diff --git a/frontend/views/blog/index.php b/frontend/views/blog/index.php index b1595aa..26e54d4 100755 --- a/frontend/views/blog/index.php +++ b/frontend/views/blog/index.php @@ -62,7 +62,7 @@ _________________________________________________________ -->