mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/15538] Update 404 source path to all/imgs
PHPBB3-15538
This commit is contained in:
@@ -142,7 +142,7 @@ class icon extends \Twig\Extension\AbstractExtension
|
||||
$base_path = $board_url ? generate_board_url() . '/' : $environment->get_web_root_path();
|
||||
}
|
||||
|
||||
$source = "{$base_path}styles/chameleon/theme/icons/png/404.png";
|
||||
$source = "{$base_path}styles/all/imgs/icons/png/404.png";
|
||||
$type = 'png';
|
||||
$icon = '404';
|
||||
}
|
||||
|
Reference in New Issue
Block a user