diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-28 18:24:07 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-28 18:24:07 -0700 |
commit | 050be990349b75f38095242347b2e13b9bb579f7 (patch) | |
tree | 5fdb291b331114969d2be7351a34ad955762459d /view/profile.php | |
parent | 7feed93a560182d80a5305650b016bc1b2db7542 (diff) | |
download | volse-hubzilla-050be990349b75f38095242347b2e13b9bb579f7.tar.gz volse-hubzilla-050be990349b75f38095242347b2e13b9bb579f7.tar.bz2 volse-hubzilla-050be990349b75f38095242347b2e13b9bb579f7.zip |
added friend viewer
Diffstat (limited to 'view/profile.php')
-rw-r--r-- | view/profile.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/view/profile.php b/view/profile.php index e8de331e1..8ec9ab599 100644 --- a/view/profile.php +++ b/view/profile.php @@ -19,8 +19,11 @@ <?php } ?>
<div id="profile-extra-links">
+ <ul>
+ <li><a id="dfrn-request-link" href="dfrn_request/<?php echo $profile['nickname']; ?>">Introductions</a></li>
+ <?php if(! $profile['hide-friends']) echo '<li><a id="viewcontacts-link" href="viewcontacts/' . $profile['nickname'] . '">View Contacts</a></li>'; ?>
- <a id="dfrn-request-link" href="dfrn_request/<?php echo $profile['nickname']; ?>">Introductions</a>
+ </ul>
</div>
|