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/profile_tabs.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/profile_tabs.tpl')
-rw-r--r-- | view/theme/dispy/profile_tabs.tpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/view/theme/dispy/profile_tabs.tpl b/view/theme/dispy/profile_tabs.tpl new file mode 100644 index 000000000..63b6d48dd --- /dev/null +++ b/view/theme/dispy/profile_tabs.tpl @@ -0,0 +1,7 @@ + +<div class="tabs-wrapper" > + <a href="$url" id="profile-tab-status-link" class="tabs" >$status</a> + <a href="$url?tab=profile" id="profile-tab-profile-link" class="tabs" >$profile</a> + <a href="$phototab" id="profile-tab-photos-link" class="tabs" >$photos</a> +<div class="tabs-end"></div> +</div>
\ No newline at end of file |