diff options
author | Friendika <info@friendika.com> | 2011-04-28 15:43:52 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-28 15:43:52 -0700 |
commit | e14ab2d369391ee9c97d5568034423f303222019 (patch) | |
tree | 4f7609584fdcaf2f6063ac4b0f1b2a901373e024 /view/theme/dispy/mail_head.tpl | |
parent | 0ac4d6ecc97baf3a8b40e411d2e57e9908667675 (diff) | |
parent | f6984f9929074db46e38c1a26a03d91309b29af2 (diff) | |
download | volse-hubzilla-e14ab2d369391ee9c97d5568034423f303222019.tar.gz volse-hubzilla-e14ab2d369391ee9c97d5568034423f303222019.tar.bz2 volse-hubzilla-e14ab2d369391ee9c97d5568034423f303222019.zip |
Merged pull request #92 from fabrixxm/dispy.
Dispy theme [wip]
Diffstat (limited to 'view/theme/dispy/mail_head.tpl')
-rw-r--r-- | view/theme/dispy/mail_head.tpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/view/theme/dispy/mail_head.tpl b/view/theme/dispy/mail_head.tpl new file mode 100644 index 000000000..89615cbd0 --- /dev/null +++ b/view/theme/dispy/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> |