aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2014-02-28 08:16:56 +0100
committerzottel <github@zottel.net>2014-02-28 08:16:56 +0100
commit4bb8e294a10a11d964759026bb1e899ca3926984 (patch)
tree48fec5a7c0af5bc929f94223a7175aa9b484de69 /view/tpl
parentf8b3f032a95ccc9b1730a532e7b9fe185f7db910 (diff)
parent7cb295bbe627eab2546e859248eacd26da948ed9 (diff)
downloadvolse-hubzilla-4bb8e294a10a11d964759026bb1e899ca3926984.tar.gz
volse-hubzilla-4bb8e294a10a11d964759026bb1e899ca3926984.tar.bz2
volse-hubzilla-4bb8e294a10a11d964759026bb1e899ca3926984.zip
Merge remote-tracking branch 'upstream/master'
Conflicts: mod/help.php
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/bookmarkedchats.tpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/view/tpl/bookmarkedchats.tpl b/view/tpl/bookmarkedchats.tpl
new file mode 100644
index 000000000..7635bb826
--- /dev/null
+++ b/view/tpl/bookmarkedchats.tpl
@@ -0,0 +1,10 @@
+{{if $rooms}}
+<div class="widget">
+<h3>{{$header}}</h3>
+<ul class="bookmarkchat">
+{{foreach $rooms as $room}}
+<li><a href="{{$room.xchat_url}}">{{$room.xchat_desc}}</a></li>
+{{/foreach}}
+</ul>
+</div>
+{{/if}} \ No newline at end of file