1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-09 01:44:25 +03:00
ifhub.club/templates/skin/developer-jquery/actions/ActionStream/index.tpl

20 lines
544 B
Smarty
Raw Normal View History

{include file='header.tpl'}
2011-07-02 00:05:29 +03:00
2011-07-04 13:01:14 +03:00
<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>
2011-07-04 13:01:14 +03:00
{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}
2011-07-18 15:39:40 +03:00
{$aLang.stream_no_events}
{/if}
2011-07-02 00:05:29 +03:00
{include file='footer.tpl'}