1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-26 03:30:48 +03:00
ifhub.club/application/frontend/skin/synio/components/comment/toolbar.comment.tpl

14 lines
461 B
Smarty
Raw Normal View History

{**
* Тулбар
* Кнопка обновления комментариев
*}
2016-10-16 13:56:13 +03:00
{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}
2016-10-16 13:56:13 +03:00
{component 'toolbar.item'
html=$smarty.capture.toolbar_comments
classes='js-comments-toolbar'
mods='comments'}