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

19 lines
527 B
Smarty
Raw Normal View History

{extends file='layout.base.tpl'}
2011-07-02 00:05:29 +03:00
{block name='layout_options'}
{$sNav = 'blog'}
{/block}
{block name='layout_content'}
{include file='topics/topic_list.tpl'}
2011-07-02 00:05:29 +03:00
{if count($aTopics)}
{if !$bDisableGetMoreButton}
<div id="userfeed_loaded_topics"></div>
<input type="hidden" id="userfeed_last_id" value="{$iUserfeedLastId}" />
<a class="stream-get-more" id="userfeed_get_more" href="javascript:ls.userfeed.getMore()">{$aLang.userfeed_get_more} &darr;</a>
{/if}
{else}
{$aLang.userfeed_no_events}
{/if}
{/block}