move 'Connect' button to local chanview page, remove from remote profile pages - still requires some theming love

This commit is contained in:
friendica
2012-12-06 19:44:13 -08:00
parent 8f864ebd19
commit 2a7a5b2d01
4 changed files with 26 additions and 18 deletions

View File

@@ -1334,12 +1334,6 @@ if(! function_exists('profile_sidebar')) {
}
}
if(get_my_url() && $profile['unkmail'])
$wallmessage = t('Message');
else
$wallmessage = false;
// show edit profile to yourself
if($is_owner) {