X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnotes.php;h=360441471f1dd4fc2eba08230e42a29ba2656995;hb=7e6ba0b4d271735bbf7474fb75a7cf43b787b678;hp=39649d81f64a80bd025ade8f8d05d044f15861a6;hpb=f609386ca11d805838f5526261068a69b489eab0;p=friendica.git diff --git a/mod/notes.php b/mod/notes.php index 39649d81f6..360441471f 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()->create($notes, Conversation::MODE_NOTES, $update); } $o .= $pager->renderMinimal($count);