1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 18:26:32 +02:00

[feature/template-engine] Rename template_compile methods for clarity.

PHPBB3-9726
This commit is contained in:
Oleg Pudeyev
2011-05-01 04:00:24 -04:00
parent d840de560c
commit 48691b53a6
3 changed files with 12 additions and 12 deletions

View File

@@ -21,4 +21,4 @@ include($phpbb_root_path . 'includes/template_compile.'.$phpEx);
$file = $argv[1];
$compile = new phpbb_template_compile();
echo $compile->compile_gen($file);
echo $compile->compile_file($file);