From ff727d65cc534b366289eda574fd0e5b55948c37 Mon Sep 17 00:00:00 2001 From: Gran <4freework@gmail.com> Date: Sat, 11 Jun 2016 22:49:35 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BD=D0=B0=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=B4=D0=B3=D1=80=D1=83=D0=B7=D0=BA=D0=B0=20=D0=B4=D0=B0?= =?UTF-8?q?=D0=BD=D0=BD=D1=8B=D1=85=20YaShare=20=D0=B2=20=D1=81=D0=BF?= =?UTF-8?q?=D0=B8=D1=81=D0=BA=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Кнопка поделиться не отображается в списке, но данные подгружались, что существенно влияло на окончательную прогрузку страницы. --- application/frontend/components/topic/topic.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/frontend/components/topic/topic.tpl b/application/frontend/components/topic/topic.tpl index ab0c479e..efc115cf 100644 --- a/application/frontend/components/topic/topic.tpl +++ b/application/frontend/components/topic/topic.tpl @@ -204,7 +204,7 @@ {* Всплывающий блок появляющийся при нажатии на кнопку Поделиться *} - {if ! $isPreview} + {if ! $isList && ! $isPreview}
{hookb run="topic_share" topic=$topic isList=$isList}