1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 09:24:25 +03:00
ifhub.club/application/frontend/skin/developer/actions/ActionUserfeed/list.tpl

23 lines
495 B
Smarty

{**
* Лента пользователя
*}
{extends file='layouts/layout.base.tpl'}
{block name='layout_options'}
{$sNav = 'topics'}
{/block}
{block name='layout_content'}
{if $aTopics}
<div id="userfeed-topic-list">
{include 'topics/topic_list.tpl'}
</div>
{if ! $bDisableGetMoreButton}
{include 'more.tpl' sLoadClasses="js-more-userfeed" iLoadLastId=$iUserfeedLastId}
{/if}
{else}
{include 'alert.tpl' mAlerts=$aLang.common.empty sAlertStyle='empty'}
{/if}
{/block}