[CORE][CONTROLLER][Network] Refactor term 'network' into 'feeds'

This commit is contained in:
2021-11-26 20:37:17 +00:00
parent 0ab8febab3
commit 42f40f9ebe
8 changed files with 53 additions and 93 deletions

View File

@@ -178,7 +178,7 @@ class Favourite extends Controller
Event::handle('FormatNoteList', [$notes, &$notes_out]);
return [
'_template' => 'network/feed.html.twig',
'_template' => 'feeds/feed.html.twig',
'notes' => $notes_out,
'page_title' => 'Favourites feed.',
];
@@ -212,7 +212,7 @@ class Favourite extends Controller
Event::handle('FormatNoteList', [$notes, &$notes_out]);
return [
'_template' => 'network/feed.html.twig',
'_template' => 'feeds/feed.html.twig',
'notes' => $notes,
'page_title' => 'Reverse favourites feed.',
];