aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/tpl/bookmarkedchats.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/redbasic/tpl/bookmarkedchats.tpl')
-rw-r--r--view/theme/redbasic/tpl/bookmarkedchats.tpl10
1 files changed, 0 insertions, 10 deletions
diff --git a/view/theme/redbasic/tpl/bookmarkedchats.tpl b/view/theme/redbasic/tpl/bookmarkedchats.tpl
deleted file mode 100644
index 3aabf835a..000000000
--- a/view/theme/redbasic/tpl/bookmarkedchats.tpl
+++ /dev/null
@@ -1,10 +0,0 @@
-{{if $rooms}}
-<div id="chatroom_bookmarks" class="widget">
-<h3>{{$header}}</h3>
-<ul class="bookmarkchat nav nav-pills nav-stacked">
-{{foreach $rooms as $room}}
-<li><a href="{{$room.xchat_url}}">{{$room.xchat_desc}}</a></li>
-{{/foreach}}
-</ul>
-</div>
-{{/if}}