diff options
author | friendica <info@friendica.com> | 2014-02-20 01:49:40 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-20 01:49:40 -0800 |
commit | d8434bb480ee4f7a94246a8623614a4c3105a2a6 (patch) | |
tree | 7fc573bd9903150b938b11758837b02a1d157008 | |
parent | a7194bc79a83bc7269a20a3c7ff2eb3d368527cb (diff) | |
download | volse-hubzilla-d8434bb480ee4f7a94246a8623614a4c3105a2a6.tar.gz volse-hubzilla-d8434bb480ee4f7a94246a8623614a4c3105a2a6.tar.bz2 volse-hubzilla-d8434bb480ee4f7a94246a8623614a4c3105a2a6.zip |
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.
-rw-r--r-- | include/nav.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'], ); } |