diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-06-03 16:16:27 +0200 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-06-03 16:16:27 +0200 |
commit | ebb8186191d46f6b264d09f886d5574761194685 (patch) | |
tree | e810c602bf72c387a2171a3cd03078bdda3d86d1 /mod/profile.php | |
parent | 9b93bd25218dc0b4a5e477c3a64d6f74a51a9d21 (diff) | |
parent | e591ed6b30808cabf1f0c80a356f3fa12ce4aa31 (diff) | |
download | volse-hubzilla-ebb8186191d46f6b264d09f886d5574761194685.tar.gz volse-hubzilla-ebb8186191d46f6b264d09f886d5574761194685.tar.bz2 volse-hubzilla-ebb8186191d46f6b264d09f886d5574761194685.zip |
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'mod/profile.php')
-rw-r--r-- | mod/profile.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/profile.php b/mod/profile.php index 52551c45f..7dfdb49de 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_member') && $_SESSION['new_member'] && $is_owner) + $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); |