1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-17 07:10:48 +03:00
ifhub.club/application/frontend/skin/synio/components/comment/toolbar.comment.tpl
2016-10-16 17:56:13 +07:00

14 lines
461 B
Smarty

{**
* Тулбар
* Кнопка обновления комментариев
*}
{capture toolbar_comments}
<i class="comments-toolbar-update js-toolbar-comments-update" title="{lang 'comments.update'}"></i>
<div class="comments-toolbar-count js-toolbar-comments-count" title="{lang 'comments.count_new'}"></div>
{/capture}
{component 'toolbar.item'
html=$smarty.capture.toolbar_comments
classes='js-comments-toolbar'
mods='comments'}