1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/15538] Move style icon files to all/templates/macros/

PHPBB3-15538
This commit is contained in:
mrgoldy
2019-11-12 11:02:28 +01:00
parent cf429fd8d0
commit 5bb6218606
6 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ class icon extends \Twig\Extension\AbstractExtension
try
{
return $environment->render("icons/{$type}.html", [
return $environment->render("macros/icons/{$type}.html", [
'ATTRIBUTES' => (string) $this->implode_attributes($attributes),
'CLASSES' => (string) $classes,
'ICON' => (string) $icon,