da53ebf4b3
(testbubble only) added logic to photo header to make tab 'sticky' (active class for styling) (testbubble only) css fix for avatars in wallitems
8 lines
351 B
Smarty
8 lines
351 B
Smarty
<h3>$messages</h3>
|
|
|
|
<ul class="tabs-wrapper">
|
|
<li><a href="message" class="tabs button {{if $activetab==inbox}}active{{endif}}">$inbox</a></li>
|
|
<li><a href="message/sent" class="tabs button {{if $activetab==sent}}active{{endif}}">$outbox</a></li>
|
|
<li><a href="message/new" class="tabs button {{if $activetab==new}}active{{endif}}">$new</a></li>
|
|
</ul>
|