1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-28 18:49:52 +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

@@ -1,4 +1,4 @@
<!-- INCLUDE install_header.html -->
<!-- INCLUDE installer_header.html -->
<h1>{TITLE}</h1>
<p>{CONTENT}</p>
<!-- IF SHOW_INSTALL_START_FORM -->
@@ -10,4 +10,4 @@
</form>
<!-- ENDIF -->
<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/installer.js -->
<!-- INCLUDE install_footer.html -->
<!-- INCLUDE installer_footer.html -->