aboutsummaryrefslogblamecommitdiffstats
path: root/view/profile_tabs.tpl
blob: 7820013b606a1b1ccf74251462886ace0b57c23f (plain) (tree)
1
2
3
4
5
6
7
8
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>
	{{ 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>