]> git.mxchange.org Git - friendica.git/blobdiff - view/profile_tabs.tpl
loozah theme vcard float not cleared
[friendica.git] / view / profile_tabs.tpl
index 9c6c54a1c5fa2d51c2d2a3f12f22036baa612385..7820013b606a1b1ccf74251462886ace0b57c23f 100644 (file)
@@ -1,7 +1,9 @@
 
 <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>
+       <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>
+       {{ if $events }}<a href="events" id="profile-tab-events-link" class="profile-tabs" >$events</a>{{ endif }}
+       {{ if $notes }}<a href="notes" id="profile-tab-notes-link" class="profile-tabs" >$notes</a>{{ endif }}
 <div id="profile-tabs-end"></div>
-</div>
\ No newline at end of file
+</div>