more work on notification system, fix a couple of minor issues from smarty conversion

This commit is contained in:
friendica
2013-01-07 13:40:58 -08:00
parent 0001cc6fd3
commit f04ce3b093
10 changed files with 51 additions and 34 deletions

View File

@@ -1343,7 +1343,7 @@ function profile_load(&$a, $nickname, $profile = 0) {
return;
}}
function profile_aside(&$a) {
function profile_create_sidebar(&$a) {
$block = (((get_config('system','block_public')) && (! local_user()) && (! remote_user())) ? true : false);