From 60acf2fd30574c00c32f8699f481a8345c8863f4 Mon Sep 17 00:00:00 2001 From: Gran <4freework@gmail.com> Date: Thu, 21 Sep 2017 18:33:02 +0300 Subject: [PATCH 1/2] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20=D0=BD=D0=B0?= =?UTF-8?q?=D0=B7=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F=20=D1=85=D1=83=D0=BA=D0=B0?= =?UTF-8?q?=20=D0=BC=D0=B5=D0=BD=D1=8E=20=D0=B8=D0=B7=D0=B1=D1=80=D0=B0?= =?UTF-8?q?=D0=BD=D0=BD=D0=BE=D0=B3=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Имя хука было такое же как и в layout.user.created.tpl --- .../frontend/skin/synio/layouts/layout.user.favourite.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/frontend/skin/synio/layouts/layout.user.favourite.tpl b/application/frontend/skin/synio/layouts/layout.user.favourite.tpl index e2744487..e5196243 100644 --- a/application/frontend/skin/synio/layouts/layout.user.favourite.tpl +++ b/application/frontend/skin/synio/layouts/layout.user.favourite.tpl @@ -6,7 +6,7 @@ {block 'layout_options' append} {$layoutNav = [[ - name => 'profile_created', + name => 'profile_favourite', hookParams => [ 'oUserProfile' => $oUserProfile ], activeItem => $sMenuSubItemSelect, items => [ @@ -14,4 +14,4 @@ [ 'name' => 'comments', 'text' => {lang name='user.favourites.nav.comments'}, 'url' => "{$oUserProfile->getUserWebPath()}favourites/comments/", 'count' => $iCountCommentFavourite ] ] ]]} -{/block} \ No newline at end of file +{/block} From 8619305f6c67bb6c7b50511276ea823991fdee32 Mon Sep 17 00:00:00 2001 From: Gran <4freework@gmail.com> Date: Thu, 21 Sep 2017 18:35:07 +0300 Subject: [PATCH 2/2] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20=D0=BD=D0=B0?= =?UTF-8?q?=D0=B7=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F=20=D1=85=D1=83=D0=BA=D0=B0?= =?UTF-8?q?=20=D0=BC=D0=B5=D0=BD=D1=8E=20=D0=B8=D0=B7=D0=B1=D1=80=D0=B0?= =?UTF-8?q?=D0=BD=D0=BD=D0=BE=D0=B3=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Название было такое же как и у layout.user.created.tpl --- .../frontend/skin/developer/layouts/layout.user.favourite.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/frontend/skin/developer/layouts/layout.user.favourite.tpl b/application/frontend/skin/developer/layouts/layout.user.favourite.tpl index 1668fe56..f3912e74 100644 --- a/application/frontend/skin/developer/layouts/layout.user.favourite.tpl +++ b/application/frontend/skin/developer/layouts/layout.user.favourite.tpl @@ -6,7 +6,7 @@ {block 'layout_options' append} {$layoutNav = [[ - hook => 'profile_created', + hook => 'profile_favourite', hookParams => [ 'oUserProfile' => $oUserProfile ], activeItem => $sMenuSubItemSelect, items => [ @@ -14,4 +14,4 @@ [ 'name' => 'comments', 'text' => {lang name='user.favourites.nav.comments'}, 'url' => "{$oUserProfile->getUserWebPath()}favourites/comments/", 'count' => $iCountCommentFavourite ] ] ]]} -{/block} \ No newline at end of file +{/block}