friendica/view/theme/frio/templates/message_side.tpl
Andreas Neustifter 303aef34f0 Make frio more consistent by replacing textual links with icons everywhere. (#5415)
* Make frio more consistent by replacing textual links with icons everywhere I could find them.

* [frio] Move profile add link to icon.
2018-07-21 07:31:05 -04:00

11 lines
183 B
Smarty

<div id="message-sidebar" class="widget">
{{if $tabs}}
<div id="message-preview" class="panel panel-default">
<ul class="media-list">
{{$tabs}}
</ul>
</div>
{{/if}}
</div>