]> git.mxchange.org Git - friendica.git/blobdiff - view/profile_tabs.tpl
Fix style and scrollbar
[friendica.git] / view / profile_tabs.tpl
index 975d069a682a343491c5cc73542d421c02cec130..7820013b606a1b1ccf74251462886ace0b57c23f 100644 (file)
@@ -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>
+       {{ 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>