aboutsummaryrefslogtreecommitdiffstats
path: root/include/nav.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-09-10 08:00:18 +0000
committerMario <mario@mariovavti.com>2023-09-10 08:00:18 +0000
commit0e8ecbc9fc108b4903eb013ca0a4a1f4beb5fbe1 (patch)
treec091dfac3e1b5743bb50a7bf7165ae226e0543b8 /include/nav.php
parenta88236b36fc9828e6dccbbc044aa37b2f7b46581 (diff)
downloadvolse-hubzilla-0e8ecbc9fc108b4903eb013ca0a4a1f4beb5fbe1.tar.gz
volse-hubzilla-0e8ecbc9fc108b4903eb013ca0a4a1f4beb5fbe1.tar.bz2
volse-hubzilla-0e8ecbc9fc108b4903eb013ca0a4a1f4beb5fbe1.zip
theme fixes to make a barebones theme work slightly better
Diffstat (limited to 'include/nav.php')
-rw-r--r--include/nav.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nav.php b/include/nav.php
index 31a447a84..18fa65edc 100644
--- a/include/nav.php
+++ b/include/nav.php
@@ -85,7 +85,7 @@ function nav($template = 'default') {
if ($observer) {
$userinfo = [
- 'icon' => $observer['xchan_photo_m'] . '?rev=' . strtotime($observer['xchan_photo_date']),
+ 'icon' => $observer['xchan_photo_s'] . '?rev=' . strtotime($observer['xchan_photo_date']),
'addr' => $observer['xchan_addr'],
'name' => $observer['xchan_name'],
];