mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/11103] Output the notifications to the template
For now, just dumping the notifications in the header. PHPBB3-11103
This commit is contained in:
@@ -146,6 +146,9 @@ if (!$config['use_system_cron'])
|
||||
$cron = $phpbb_container->get('cron.manager');
|
||||
}
|
||||
|
||||
// Load notifications
|
||||
$phpbb_notifications = $phpbb_container->get('notifications');
|
||||
|
||||
/**
|
||||
* Main event which is triggered on every page
|
||||
*
|
||||
|
Reference in New Issue
Block a user