1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 07:54:24 +03:00
ifhub.club/templates/skin/developer/block.stream.tpl

23 lines
669 B
Smarty
Raw Normal View History

2009-05-08 23:24:43 +03:00
<div class="block stream">
<h3>{$aLang.block_stream}</h3>
<ul class="block-nav">
<li><a href="#" id="block_stream_topic" onclick="lsBlockStream.toggle(this,'topic_stream'); return false;">{$aLang.block_stream_topics}</a></li>
<li class="active"><a href="#" id="block_stream_comment" onclick="lsBlockStream.toggle(this,'comment_stream'); return false;">{$aLang.block_stream_comments}</a></li>
</ul>
<div class="block-content">
{literal}
<script>
var lsBlockStream;
window.addEvent('domready', function() {
2009-05-08 23:56:09 +03:00
lsBlockStream=new lsBlockLoaderClass();
2009-05-08 23:24:43 +03:00
});
</script>
{/literal}
2010-02-08 04:10:30 +02:00
2009-05-08 23:56:09 +03:00
{$sStreamComments}
2009-05-08 23:24:43 +03:00
</div>
</div>