mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/11103] Restyle the notification list
Very rough (lots of inline CSS, very ugly) PHPBB3-11103
This commit is contained in:
@@ -5096,7 +5096,7 @@ function page_header($page_title = '', $display_online_list = true, $item_id = 0
|
||||
$phpbb_notifications = $phpbb_container->get('notifications');
|
||||
foreach ($phpbb_notifications->load_notifications() as $notification)
|
||||
{
|
||||
$notification->display();
|
||||
$template->assign_block_vars('notifications', $notification->prepare_for_display());
|
||||
}
|
||||
|
||||
// application/xhtml+xml not used because of IE
|
||||
|
Reference in New Issue
Block a user