mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +02:00
[feature/template-events] Rename universal to all (for template fragments).
PHPBB3-9550
This commit is contained in:
@@ -878,7 +878,7 @@ class phpbb_template_filter extends php_user_filter
|
||||
$files = $finder
|
||||
->extension_prefix($location)
|
||||
->extension_suffix('.html')
|
||||
->extension_directory("/styles/universal/template")
|
||||
->extension_directory("/styles/all/template")
|
||||
->get_files();
|
||||
|
||||
$all_compiled = '';
|
||||
|
Reference in New Issue
Block a user