aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/darkbubble/mail_head.tpl
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-09-28 16:22:08 -0700
committerFriendika <info@friendika.com>2011-09-28 16:22:08 -0700
commit50c4077c5be4828c67f71504f32dd74d96aec23e (patch)
tree12d951df5823d44857c976e9073b9c13570e5cc1 /view/theme/darkbubble/mail_head.tpl
parentbedb4eb7150f8ccc48121a9512e9f591b27572a8 (diff)
downloadvolse-hubzilla-50c4077c5be4828c67f71504f32dd74d96aec23e.tar.gz
volse-hubzilla-50c4077c5be4828c67f71504f32dd74d96aec23e.tar.bz2
volse-hubzilla-50c4077c5be4828c67f71504f32dd74d96aec23e.zip
basic darkbubble - improve as needed
Diffstat (limited to 'view/theme/darkbubble/mail_head.tpl')
-rw-r--r--view/theme/darkbubble/mail_head.tpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/view/theme/darkbubble/mail_head.tpl b/view/theme/darkbubble/mail_head.tpl
new file mode 100644
index 000000000..89615cbd0
--- /dev/null
+++ b/view/theme/darkbubble/mail_head.tpl
@@ -0,0 +1,7 @@
+<h3>$messages</h3>
+
+<ul class="tabs-wrapper">
+<li><a href="message" class="tabs">$inbox</a></li>
+<li><a href="message/sent" class="tabs">$outbox</a></li>
+<li><a href="message/new" class="tabs">$new</a></li>
+</ul>