diff options
author | marijus <mario@mariovavti.com> | 2014-10-09 11:31:48 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-10-09 11:31:48 +0200 |
commit | f9200027d0c5ccbffa9b406eca3e72ab2a071f05 (patch) | |
tree | ad5957bc5b627d760a3e9f19488bc595122a7140 /include/nav.php | |
parent | a8df8165eae2abf8db3a40b5d4aae9368ee081a6 (diff) | |
download | volse-hubzilla-f9200027d0c5ccbffa9b406eca3e72ab2a071f05.tar.gz volse-hubzilla-f9200027d0c5ccbffa9b406eca3e72ab2a071f05.tar.bz2 volse-hubzilla-f9200027d0c5ccbffa9b406eca3e72ab2a071f05.zip |
fix userinfo icon size
Diffstat (limited to 'include/nav.php')
-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 7c9abce49..4f7d609aa 100644 --- a/include/nav.php +++ b/include/nav.php @@ -130,7 +130,7 @@ EOT; if($observer) { $userinfo = array( - 'icon' => $observer['xchan_photo_m'], + 'icon' => $observer['xchan_photo_s'], 'name' => $observer['xchan_addr'], ); } |