1
0
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:
Oleg Pudeyev
2012-03-06 19:45:13 -05:00
parent b6f6add9d4
commit ea094dd91a

View File

@@ -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 = '';