new member page

This commit is contained in:
Friendika 2011-06-03 06:12:34 -07:00
commit 00c548cc8f
3 changed files with 59 additions and 0 deletions

View file

@ -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);