X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnotes.php;h=554429d0ec56655b2e59dfda2912455f18c4ac80;hb=1ede164450f2651a2ea04dcb16af113459393663;hp=39649d81f64a80bd025ade8f8d05d044f15861a6;hpb=1235814b02950999e46c47524710584d9d8d142a;p=friendica.git diff --git a/mod/notes.php b/mod/notes.php index 39649d81f6..554429d0ec 100644 --- a/mod/notes.php +++ b/mod/notes.php @@ -1,6 +1,6 @@ getLoggedInUserNickname(), false); + $o = BaseProfile::getTabsHTML('notes', true, $a->getLoggedInUserNickname(), false); if (!$update) { $o .= '

' . DI::l10n()->t('Personal Notes') . '

'; @@ -84,7 +85,7 @@ function notes_content(App $a, bool $update = false) $count = count($notes); - $o .= DI::conversation()->create($notes, 'notes', $update); + $o .= DI::conversation()->render($notes, Conversation::MODE_NOTES, $update); } $o .= $pager->renderMinimal($count);