From d8434bb480ee4f7a94246a8623614a4c3105a2a6 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 20 Feb 2014 01:49:40 -0800 Subject: use the medium size photo on the nav bar if that photo stays larger, as the small one usually looks awful when you scale it up. --- include/nav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/nav.php b/include/nav.php index 8fef4a1f9..dd15ff411 100644 --- a/include/nav.php +++ b/include/nav.php @@ -95,7 +95,7 @@ EOT; if($observer) { $userinfo = array( - 'icon' => $observer['xchan_photo_s'], + 'icon' => $observer['xchan_photo_m'], 'name' => $observer['xchan_addr'], ); } -- cgit v1.2.3