mirror of https://github.com/friendica/friendica
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
543 B
10 lines
543 B
|
|
<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>
|
|
{{ 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>
|