1
0
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:
mrgoldy
2019-11-27 21:01:29 +01:00
parent 5a1be4611c
commit ac2b95c1fa
2 changed files with 3 additions and 3 deletions

View File

@@ -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';
}