diff options
author | Friendika <info@friendika.com> | 2011-01-25 04:00:46 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-25 04:00:46 -0800 |
commit | e83db7876de79d392050dd71f0dc191325c8b8db (patch) | |
tree | 9c8267507165caff56fd08839a80000090c6dad8 /view/de/profile_tabs.tpl | |
parent | 5a7ff660c4eabb989e5993cbf03bfe6786622bce (diff) | |
parent | 5eacc57800aac89c5faeb54988e6256df66c9ff7 (diff) | |
download | volse-hubzilla-e83db7876de79d392050dd71f0dc191325c8b8db.tar.gz volse-hubzilla-e83db7876de79d392050dd71f0dc191325c8b8db.tar.bz2 volse-hubzilla-e83db7876de79d392050dd71f0dc191325c8b8db.zip |
Merge branch 'master' of https://github.com/tobiasd/friendika into tobiasd-master
Diffstat (limited to 'view/de/profile_tabs.tpl')
-rw-r--r-- | view/de/profile_tabs.tpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/view/de/profile_tabs.tpl b/view/de/profile_tabs.tpl new file mode 100644 index 000000000..56e7d626f --- /dev/null +++ b/view/de/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" >Profil</a> + <a href="$phototab" id="profile-tab-photos-link" class="profile-tabs" >Fotos</a> +<div id="profile-tabs-end"></div> +</div>
\ No newline at end of file |