new member page
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user