X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnotes.php;h=554429d0ec56655b2e59dfda2912455f18c4ac80;hb=7feeffb2458c44b9c4e0a98cdc22ac9b5e3188b9;hp=84c0711ebcd0e7b032dfc6a29bdd92d9ac34fddf;hpb=bfe68702db90271e4e2c79c4ddefd4567b616989;p=friendica.git diff --git a/mod/notes.php b/mod/notes.php index 84c0711ebc..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') . '

'; @@ -85,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);