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

20 lines
569 B
Smarty
Raw Normal View History

{**
* Избранные топики пользователя
*}
2014-07-28 19:55:18 +03:00
{extends 'layouts/layout.user.tpl'}
2014-07-28 19:55:18 +03:00
{block 'layout_user_page_title'}
{lang name='user.favourites.title'}
{/block}
2014-07-28 19:55:18 +03:00
{block 'layout_content' append}
{include 'navs/nav.user.favourite.tpl'}
{* Блок с тегами избранного *}
{if $oUserCurrent && $oUserCurrent->getId() == $oUserProfile->getId()}
{insert name="block" block=tagsFavouriteTopic params={$aBlockParams.user=$oUserProfile}}
{/if}
2014-07-28 19:55:18 +03:00
{include 'components/topic/topic-list.tpl' topics=$aTopics paging=$aPaging}
{/block}