Committer: afedorov
LJSUP-8474: Userhead as FaviconU trunk/cgi-bin/bml/scheme/global.look
Modified: trunk/cgi-bin/bml/scheme/global.look =================================================================== --- trunk/cgi-bin/bml/scheme/global.look 2011-05-04 07:32:40 UTC (rev 19018) +++ trunk/cgi-bin/bml/scheme/global.look 2011-05-04 08:07:59 UTC (rev 19019) @@ -28,7 +28,7 @@ <?_code my $ie_userhead = '<link rel="shortcut icon" type="image/x-icon" href="'.$LJ::IMGPREFIX.'/userinfo.ico">'; my $u = LJ::get_active_journal(); - return $ie_userhead unless $u && $u->is_person; + return '' unless $u && $u->is_person; my ($userhead) = $u->userhead; $userhead = $LJ::IMGPREFIX . "/" . $userhead unless $userhead =~ m|^http://|;