diff options
author | Friendika <info@friendika.com> | 2011-10-02 19:04:11 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-02 19:04:11 -0700 |
commit | 297ab898b7642cf8251405cb60e787222f4e5974 (patch) | |
tree | 9f836b33f5dd16b829b6ae6b1b3df6707443b37b /view/theme/testbubble/mail_head.tpl | |
parent | 9c681de7876bcedd1414f7246250c1f9bfac6c3c (diff) | |
parent | 13007716d2f9168628905cdc4eb073471d7917e1 (diff) | |
download | volse-hubzilla-297ab898b7642cf8251405cb60e787222f4e5974.tar.gz volse-hubzilla-297ab898b7642cf8251405cb60e787222f4e5974.tar.bz2 volse-hubzilla-297ab898b7642cf8251405cb60e787222f4e5974.zip |
Merge branch 'pull'
Diffstat (limited to 'view/theme/testbubble/mail_head.tpl')
-rw-r--r-- | view/theme/testbubble/mail_head.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/testbubble/mail_head.tpl b/view/theme/testbubble/mail_head.tpl index 2a4fc42ea..2a4596cd6 100644 --- a/view/theme/testbubble/mail_head.tpl +++ b/view/theme/testbubble/mail_head.tpl @@ -1,7 +1,7 @@ <h3>$messages</h3> <ul class="tabs-wrapper"> -<li><a href="message" class="tabs button">$inbox</a></li> -<li><a href="message/sent" class="tabs button">$outbox</a></li> -<li><a href="message/new" class="tabs button">$new</a></li> +<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> |