]> git.mxchange.org Git - friendica.git/blob - view/profile_tabs.tpl
Adds theme info file to define 'parent' theme from where load tpl files
[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" >$status</a>
4         <a href="$url?tab=profile" id="profile-tab-profile-link" class="profile-tabs" >$profile</a>
5         <a href="$phototab" id="profile-tab-photos-link" class="profile-tabs" >$photos</a>
6         {{ if $events }}<a href="events" id="profile-tab-events-link" class="profile-tabs" >$events</a>{{ endif }}
7         {{ if $notes }}<a href="notes" id="profile-tab-notes-link" class="profile-tabs" >$notes</a>{{ endif }}
8 <div id="profile-tabs-end"></div>
9 </div>