2011-09-25 04:54:23 +00:00
|
|
|
<h3>$messages</h3>
|
|
|
|
|
|
|
|
<ul class="tabs-wrapper">
|
2011-10-03 01:37:47 +00:00
|
|
|
<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>
|
2011-09-25 04:54:23 +00:00
|
|
|
</ul>
|