use current channel photo for favicon where applicable - might be browser dependent but seems to work on FF

This commit is contained in:
friendica
2013-07-07 17:22:40 -07:00
parent 8b9f2f8ef7
commit 6e880cfd49
59 changed files with 672 additions and 424 deletions

View File

@@ -7,6 +7,9 @@ function network_init(&$a) {
notice( t('Permission denied.') . EOL);
return;
}
$channel = $a->get_channel();
head_set_icon($channel['xchan_photo_s']);
$is_a_date_query = false;