1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 16:04:24 +03:00
ifhub.club/templates/skin/developer-jquery/actions/ActionStream/index.tpl
2011-07-31 16:52:50 +00:00

20 lines
544 B
Smarty

{include file='header.tpl'}
<h2 class="stream-header">{$aLang.stream_personal_title}</h2>
{if count($aStreamEvents)}
<ul class="stream-list" id="stream-list">
{include file='actions/ActionStream/events.tpl'}
</ul>
{if !$bDisableGetMoreButton}
<input type="hidden" id="stream_last_id" value="{$iStreamLastId}" />
<a class="stream-get-more" id="stream_get_more" href="javascript:ls.stream.getMore()">{$aLang.stream_get_more} &darr;</a>
{/if}
{else}
{$aLang.stream_no_events}
{/if}
{include file='footer.tpl'}