mirror of https://github.com/movim/movim
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
675 B
17 lines
675 B
<div class="tabelem" id="wall" title="{$c->__('feed.title')}" >
|
|
<div class="protect orange" title="{function="getFlagTitle("orange")"}"></div>
|
|
<div id="{function="stringToUri($_GET['f'].'urn:xmpp:microblog:0')"}">
|
|
{$wall = $c->prepareFeed(-1, $_GET['f'])}
|
|
{if="$wall"}
|
|
{$wall}
|
|
{else}
|
|
<div style="padding: 1.5em; text-align: center;">Ain't Nobody Here But Us Chickens...</div>
|
|
<script type="text/javascript">
|
|
MovimWebsocket.attach(function() {
|
|
{$refresh}
|
|
});
|
|
</script>
|
|
{/if}
|
|
<div class="spacetop clear"></div>
|
|
</div>
|
|
</div>
|