From 6b78446c1d5b76438d40bbe68aa0397de533e61a Mon Sep 17 00:00:00 2001 From: winter Date: Mon, 20 Jan 2025 17:43:17 +0000 Subject: various avatar tweaks and profile above note form --- templates/mobilepane_left.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates/mobilepane_left.php') diff --git a/templates/mobilepane_left.php b/templates/mobilepane_left.php index f71279c..daab401 100644 --- a/templates/mobilepane_left.php +++ b/templates/mobilepane_left.php @@ -1,6 +1,8 @@ @@ -29,7 +31,7 @@ $settings = GlobalSettings::getInstance(); ]; call_template('navigation_links', ['links' => $links]); - call_template('write_note_form'); + call_template('write_note_form', ['actor' => $user->actor]); call_template('left_side_navigation'); ?>

-- cgit v1.3