]> git.mxchange.org Git - friendica.git/blob - view/theme/quattro/smarty3/message_side.tpl
b68af333432597cb9f44ca2b92cfb52ea45f71a5
[friendica.git] / view / theme / quattro / smarty3 / message_side.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}<div id="message-sidebar" class="widget">
6         <div id="message-new" class="{{if $new.sel}}selected{{/if}}"><a href="{{$new.url}}">{{$new.label}}</a> </div>
7         
8         <ul class="message-ul">
9                 {{foreach $tabs as $t}}
10                         <li class="tool {{if $t.sel}}selected{{/if}}"><a href="{{$t.url}}" class="message-link">{{$t.label}}</a></li>
11                 {{/foreach}}
12         </ul>
13         
14 </div>