aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profile.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-06-03 06:12:34 -0700
committerFriendika <info@friendika.com>2011-06-03 06:12:34 -0700
commit00c548cc8f91b6087fa923da7b939a0fa2c264dc (patch)
tree4268a3e019e594272d74f3f2721ecbfef1054ec9 /mod/profile.php
parenta27391c33a6b2d3828182ca5f8e8b65998cf47a7 (diff)
downloadvolse-hubzilla-00c548cc8f91b6087fa923da7b939a0fa2c264dc.tar.gz
volse-hubzilla-00c548cc8f91b6087fa923da7b939a0fa2c264dc.tar.bz2
volse-hubzilla-00c548cc8f91b6087fa923da7b939a0fa2c264dc.zip
new member page
Diffstat (limited to 'mod/profile.php')
-rw-r--r--mod/profile.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/profile.php b/mod/profile.php
index 52551c45f..68110d761 100644
--- a/mod/profile.php
+++ b/mod/profile.php
@@ -126,6 +126,9 @@ function profile_content(&$a, $update = 0) {
return $o;
}
+ if(x($_SESSION,'new_user') && $_SESSION['new_user'])
+ $o .= '<a href="newmember">' . t('Tips for New Members') . '</a>' . EOL;
+
$commpage = (($a->profile['page-flags'] == PAGE_COMMUNITY) ? true : false);
$commvisitor = (($commpage && $remote_contact == true) ? true : false);