mirror of
https://github.com/friendica/friendica
synced 2025-04-19 13:50:15 +00:00
Move templates into sub-dir "notifications"
This commit is contained in:
parent
512b00550e
commit
5c4eb2b2c9
34 changed files with 31 additions and 31 deletions
|
@ -127,7 +127,7 @@ abstract class BaseNotifications extends BaseModule
|
|||
// Set the pager
|
||||
$pager = new Pager(DI::args()->getQueryString(), self::ITEMS_PER_PAGE);
|
||||
|
||||
$notif_tpl = Renderer::getMarkupTemplate('notifications.tpl');
|
||||
$notif_tpl = Renderer::getMarkupTemplate('notifications/notifications.tpl');
|
||||
return Renderer::replaceMacros($notif_tpl, [
|
||||
'$notif_header' => $notif_header ?? DI::l10n()->t('Notifications'),
|
||||
'$tabs' => $tabs,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue