mirror of
https://github.com/friendica/friendica
synced 2025-09-04 20:09:55 +02:00
new member page
This commit is contained in:
parent
a27391c33a
commit
00c548cc8f
3 changed files with 59 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue