mirror of https://github.com/friendica/friendica
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
467 B
Smarty
18 lines
467 B
Smarty
13 years ago
|
<?php
|
||
|
|
||
|
<div id="profile-tabs-wrapper" >
|
||
|
<div id="profile-tab-status-tab" class="profile-tabs" >
|
||
|
<a href="$url" id="profile-tab-status-link" >Status</a>
|
||
|
</div>
|
||
|
|
||
|
<div id="profile-tab-profile-tab" class="profile-tabs" >
|
||
|
<a href="$url&tab=profile" id="profile-tab-profile-link" >Profile</a>
|
||
|
</div>
|
||
|
|
||
|
<div id="profile-tab-photos-tab" class="profile-tabs" >
|
||
|
<a href="$url&tab=photos" id="profile-tab-photos-link" >Photos</a>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
<div id="profile-tabs-end"></div>
|