mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/template-events] Rename universal to all (for template fragments).
PHPBB3-9550
This commit is contained in:
parent
b6f6add9d4
commit
ea094dd91a
1 changed files with 1 additions and 1 deletions
|
@ -878,7 +878,7 @@ class phpbb_template_filter extends php_user_filter
|
||||||
$files = $finder
|
$files = $finder
|
||||||
->extension_prefix($location)
|
->extension_prefix($location)
|
||||||
->extension_suffix('.html')
|
->extension_suffix('.html')
|
||||||
->extension_directory("/styles/universal/template")
|
->extension_directory("/styles/all/template")
|
||||||
->get_files();
|
->get_files();
|
||||||
|
|
||||||
$all_compiled = '';
|
$all_compiled = '';
|
||||||
|
|
Loading…
Add table
Reference in a new issue