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
2014-03-07 23:18:38 +07:00

26 lines
544 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"
sLoadAttributes = " data-proxy-i-last-id=\"{$iUserfeedLastId}\" "
}
{/if}
{else}
{include 'alert.tpl' mAlerts=$aLang.common.empty sAlertStyle='empty'}
{/if}
{/block}