From 00c548cc8f91b6087fa923da7b939a0fa2c264dc Mon Sep 17 00:00:00 2001 From: Friendika Date: Fri, 3 Jun 2011 06:12:34 -0700 Subject: new member page --- mod/profile.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mod/profile.php') 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 .= '' . t('Tips for New Members') . '' . EOL; + $commpage = (($a->profile['page-flags'] == PAGE_COMMUNITY) ? true : false); $commvisitor = (($commpage && $remote_contact == true) ? true : false); -- cgit v1.2.3