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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user