1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-16 21:34:25 +03:00
ifhub.club/application/frontend/skin/developer/actions/ActionProfile/favourite.topics.tpl

17 lines
492 B
Smarty

{**
* Избранные топики пользователя
*}
{extends file='layouts/layout.user.tpl'}
{block name='layout_user_page_title'}{$aLang.user_menu_profile_favourites}{/block}
{block name='layout_content'}
{include file='navs/nav.user.favourite.tpl'}
{if $oUserCurrent and $oUserCurrent->getId() == $oUserProfile->getId()}
{insert name="block" block=tagsFavouriteTopic params={$aBlockParams.user=$oUserProfile}}
{/if}
{include file='topics/topic_list.tpl'}
{/block}