aboutsummaryrefslogtreecommitdiffstats
path: root/view/profile.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/profile.php')
-rw-r--r--view/profile.php5
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>