diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-03-22 06:50:47 +0100 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-03-22 06:50:47 +0100 |
commit | 767b4f30f7ee114b1cfd66e68fa959ac033b5667 (patch) | |
tree | 6df1045c07a3297d6e43550e37dda43d0ac925d2 /view/profile_tabs.tpl | |
parent | 8fbde780b37e3d5eeb2ee672a3474b3701eb9645 (diff) | |
parent | ee11a74d0b7cff5061a4d498f8ecd15e55b91b07 (diff) | |
download | volse-hubzilla-767b4f30f7ee114b1cfd66e68fa959ac033b5667.tar.gz volse-hubzilla-767b4f30f7ee114b1cfd66e68fa959ac033b5667.tar.bz2 volse-hubzilla-767b4f30f7ee114b1cfd66e68fa959ac033b5667.zip |
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'view/profile_tabs.tpl')
-rw-r--r-- | view/profile_tabs.tpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/view/profile_tabs.tpl b/view/profile_tabs.tpl new file mode 100644 index 000000000..975d069a6 --- /dev/null +++ b/view/profile_tabs.tpl @@ -0,0 +1,7 @@ + +<div id="profile-tabs-wrapper" > + <a href="$url" id="profile-tab-status-link" class="profile-tabs" >$status</a> + <a href="$url?tab=profile" id="profile-tab-profile-link" class="profile-tabs" >$profile</a> + <a href="$phototab" id="profile-tab-photos-link" class="profile-tabs" >$photos</a> +<div id="profile-tabs-end"></div> +</div>
\ No newline at end of file |