diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-06-14 08:10:38 +0200 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-06-14 08:10:38 +0200 |
commit | d08b068031f01e1bcf57a46b9e7dfcb217b6fb30 (patch) | |
tree | fc700a19369cb7cc2d84966c042a6ef55db10983 /view/profile_tabs.tpl | |
parent | 4d3c6941cafb3b8a7e1d2ccccd5003a2dc468a4d (diff) | |
parent | 9b9bd35cba293b86c871c2cfbe15e6d9c4673a7d (diff) | |
download | volse-hubzilla-d08b068031f01e1bcf57a46b9e7dfcb217b6fb30.tar.gz volse-hubzilla-d08b068031f01e1bcf57a46b9e7dfcb217b6fb30.tar.bz2 volse-hubzilla-d08b068031f01e1bcf57a46b9e7dfcb217b6fb30.zip |
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'view/profile_tabs.tpl')
-rw-r--r-- | view/profile_tabs.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/profile_tabs.tpl b/view/profile_tabs.tpl index 975d069a6..3628ff5ff 100644 --- a/view/profile_tabs.tpl +++ b/view/profile_tabs.tpl @@ -3,5 +3,7 @@ <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> + $events + $notes <div id="profile-tabs-end"></div> </div>
\ No newline at end of file |