Move templates into sub-dir "notifications"

This commit is contained in:
nupplaPhil 2020-01-23 00:16:34 +01:00
parent 512b00550e
commit 5c4eb2b2c9
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
34 changed files with 31 additions and 31 deletions

View file

@ -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,