diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-08 20:25:05 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-08 20:25:05 -0700 |
commit | a26f4eeff6edcb49ad2e7607512853ddd24374cc (patch) | |
tree | 6d6c610d9690f5f2367388b53eca5d044b34f730 /view/profile.php | |
parent | 9cd9ce9c170fbda524c06f62922cbe33a8fe9b82 (diff) | |
download | volse-hubzilla-a26f4eeff6edcb49ad2e7607512853ddd24374cc.tar.gz volse-hubzilla-a26f4eeff6edcb49ad2e7607512853ddd24374cc.tar.bz2 volse-hubzilla-a26f4eeff6edcb49ad2e7607512853ddd24374cc.zip |
new nickname policy
Diffstat (limited to 'view/profile.php')
-rw-r--r-- | view/profile.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/profile.php b/view/profile.php index 54087404a..808e2dbaa 100644 --- a/view/profile.php +++ b/view/profile.php @@ -19,7 +19,9 @@ <?php } ?>
<div id="profile-extra-links">
+
<a id="dfrn-request-link" href="dfrn_request/<?php echo $profile['uid']; ?>">Introductions</a>
+
</div>
<?php if ( (strlen($profile['address']))
|