1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 01:14:24 +03:00
ifhub.club/application/frontend/components/tags-personal/tags-cloud.tpl
2016-01-19 09:34:44 +07:00

13 lines
397 B
Smarty

{**
* Избранные теги пользователя
*
* @param array $tags
* @param object $activeTag
*}
{component_define_params params=[ 'activeTag', 'tags' ]}
{component 'details'
classes = 'js-tags-favourite-cloud'
title = "{lang 'tags_personal.title'} {if $activeTag}({$activeTag}){/if}"
content = {component 'tags' template='cloud' tags=$tags active=$activeTag}}