]> git.mxchange.org Git - friendica.git/blob - view/theme/testbubble/mail_head.tpl
provide ability to repair contact photo
[friendica.git] / view / theme / testbubble / mail_head.tpl
1 <h3>$messages</h3>
2
3 <ul class="tabs-wrapper">
4 <li><a href="message" class="tabs button {{if $activetab==inbox}}active{{endif}}">$inbox</a></li>
5 <li><a href="message/sent" class="tabs button {{if $activetab==sent}}active{{endif}}">$outbox</a></li>
6 <li><a href="message/new" class="tabs button {{if $activetab==new}}active{{endif}}">$new</a></li>
7 </ul>