diff --git a/Web/Presenters/templates/Group/Followers.xml b/Web/Presenters/templates/Group/Followers.xml index f1d63a01..56f041ff 100644 --- a/Web/Presenters/templates/Group/Followers.xml +++ b/Web/Presenters/templates/Group/Followers.xml @@ -17,6 +17,26 @@ {* BEGIN ELEMENTS DESCRIPTION *} +{block tabs} + {if $club->canBeModifiedBy($thisUser)} +
+ + {_main} + +
+
+ + {_followers} + +
+
+ + {_statistics} + +
+ {/if} +{/block} + {block link|strip|stripHtml} /id{$x->getId()} {/block} diff --git a/Web/Presenters/templates/Group/Statistics.xml b/Web/Presenters/templates/Group/Statistics.xml index 0a40154e..470d14e5 100644 --- a/Web/Presenters/templates/Group/Statistics.xml +++ b/Web/Presenters/templates/Group/Statistics.xml @@ -1,15 +1,15 @@ {extends "../@layout.xml"} -{block title}Статистика группы{/block} +{block title}{$club->getName()} » {_statistics}{/block} {block header} - {$club->getName()} » Статистика + {$club->getName()} » {_statistics} {/block} {block content}
- Настройки + {_main}
@@ -19,7 +19,7 @@
- Статистика + {_statistics}