<?php
?>
<ul class="profile-tabs">
<li class="<?php if($link == 'dashboard'){ echo "tabs-active"; } ?>"><a href="/dashboard/">Dashboard</a></li>
<li class="<?php if($link == 'profile'){ echo "tabs-active"; } ?>"><a href="/profile/">Profile</a></li>
<li class="<?php if($link == 'test'){ echo "tabs-active"; } ?>"><a href="/test/">My Test</a></li>
</ul>