]> git.mxchange.org Git - friendica.git/blob - view/profile_tabs.tpl
Merge pull request #9 from tobiasd/6cf5da1e4bc43d8446f5789bc93f82673ec64c2e
[friendica.git] / view / profile_tabs.tpl
1
2 <div id="profile-tabs-wrapper" >
3         <a href="$url" id="profile-tab-status-link" class="profile-tabs button" >$status</a>
4         <a href="$url?tab=profile" id="profile-tab-profile-link" class="profile-tabs button" >$profile</a>
5         <a href="$phototab" id="profile-tab-photos-link" class="profile-tabs button" >$photos</a>
6         {{ if $events }}<a href="events" id="profile-tab-events-link" class="profile-tabs button" >$events</a>{{ endif }}
7         {{ if $notes }}<a href="notes" id="profile-tab-notes-link" class="profile-tabs button" >$notes</a>{{ endif }}
8 <div id="profile-tabs-end"></div>
9 </div>