1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/10586] Tests are coming along, just a little more to go

PHPBB3-10586
This commit is contained in:
David King
2012-03-17 22:12:50 -04:00
parent e78585c973
commit 4100b312bb
5 changed files with 28 additions and 32 deletions

View File

@@ -8,7 +8,7 @@ class phpbb_ext_foo_bar_controller implements phpbb_extension_controller_interfa
$template->set_ext_dir_prefix($phpbb_root_path . 'ext/foo/bar/');
$template->set_filenames(array(
'body' => 'index_body.html'
'body' => 'foobar_body.html'
));
page_header('Test extension');

View File

@@ -8,7 +8,7 @@ class phpbb_ext_foobar_controller implements phpbb_extension_controller_interfac
$template->set_ext_dir_prefix($phpbb_root_path . 'ext/foobar/');
$template->set_filenames(array(
'body' => 'index_body.html'
'body' => 'foobar_body.html'
));
page_header('Test extension');