hide introduction link for self

This commit is contained in:
Mike Macgirvin 2010-08-27 17:25:52 -07:00
parent 1ddb91a5a1
commit 5d59a77cd9
1 changed files with 2 additions and 0 deletions

View File

@ -20,7 +20,9 @@
<div id="profile-extra-links">
<ul>
<?php if($profile['uid'] != $_SESSION['uid']) { ?>
<li><a id="dfrn-request-link" href="dfrn_request/<?php echo $profile['nickname']; ?>">Introductions</a></li>
<?php } ?>
<?php if(! $profile['hide-friends']) echo '<li><a id="viewcontacts-link" href="viewcontacts/' . $profile['nickname'] . '">View Contacts</a></li>'; ?>
</ul>