mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 06:51:33 +02:00
[ticket/12661] Add template test
PHPBB3-12661
This commit is contained in:
@@ -179,7 +179,7 @@ class twig extends \phpbb\template\base
|
||||
$names = $this->get_user_style();
|
||||
// Add 'all' folder to $names array
|
||||
// It allows extensions to load a template file from 'all' folder,
|
||||
// if a style doesn't include it.
|
||||
// if a style doesn't include it.
|
||||
$names[] = 'all';
|
||||
|
||||
$paths = array();
|
||||
|
Reference in New Issue
Block a user