aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-05-07 10:35:22 +0200
committerMario Vavti <mario@mariovavti.com>2015-05-07 10:35:22 +0200
commit8ca10dcbab6c645f6a2c791ea0d062c25d5d842e (patch)
tree8f8710c301c03179b5f3fe8ecb726db90af67cc1 /include
parenta1ed2bf2ac97c438b1b44bd96b8cb07a4eb81337 (diff)
downloadvolse-hubzilla-8ca10dcbab6c645f6a2c791ea0d062c25d5d842e.tar.gz
volse-hubzilla-8ca10dcbab6c645f6a2c791ea0d062c25d5d842e.tar.bz2
volse-hubzilla-8ca10dcbab6c645f6a2c791ea0d062c25d5d842e.zip
adjust icon size
Diffstat (limited to 'include')
-rw-r--r--include/nav.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nav.php b/include/nav.php
index 1134d1b48..77287c021 100644
--- a/include/nav.php
+++ b/include/nav.php
@@ -124,7 +124,7 @@ EOT;
if($observer) {
$userinfo = array(
- 'icon' => $observer['xchan_photo_s'],
+ 'icon' => $observer['xchan_photo_m'],
'name' => $observer['xchan_addr'],
);
}