1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-01 05:55:02 +03:00
ifhub.club/templates/skin/developer-jquery/block.stream.tpl
2011-04-01 07:49:36 +00:00

18 lines
421 B
Smarty

<div class="block stream" id="block_stream">
<h2>{$aLang.block_stream}</h2>
<ul class="switcher-block">
<li id="block_stream_item_comment" class="active">{$aLang.block_stream_comments}</li>
<li id="block_stream_item_topic">{$aLang.block_stream_topics}</li>
{hook run='block_stream_nav_item'}
</ul>
<div class="block-content" id="block_stream_content">
{$sStreamComments}
</div>
</div>