1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/13740] Separate new installer style templates

PHPBB3-13740
This commit is contained in:
Mate Bartus
2015-07-22 12:43:17 +02:00
parent 0c49b88dde
commit 3356130ce2
6 changed files with 90 additions and 10 deletions

View File

@@ -74,6 +74,6 @@ class installer_index
'BODY' => $body,
));
return $this->helper->render('install_main.html', $title, true);
return $this->helper->render('installer_main.html', $title, true);
}
}