diff options
| author | Mate Bartus <mate.bartus@gmail.com> | 2015-07-22 12:43:17 +0200 |
|---|---|---|
| committer | Mate Bartus <mate.bartus@gmail.com> | 2015-07-22 12:43:17 +0200 |
| commit | 3356130ce2adf82248cf64fcaa81a47713ce7987 (patch) | |
| tree | 4fa874a780a56de7798b293a904cc835c6045597 /phpBB/adm/style/installer_install.html | |
| parent | 0c49b88dde77894a91145314d2d3bf4388082075 (diff) | |
| download | forums-3356130ce2adf82248cf64fcaa81a47713ce7987.tar forums-3356130ce2adf82248cf64fcaa81a47713ce7987.tar.gz forums-3356130ce2adf82248cf64fcaa81a47713ce7987.tar.bz2 forums-3356130ce2adf82248cf64fcaa81a47713ce7987.tar.xz forums-3356130ce2adf82248cf64fcaa81a47713ce7987.zip | |
[ticket/13740] Separate new installer style templates
PHPBB3-13740
Diffstat (limited to 'phpBB/adm/style/installer_install.html')
| -rw-r--r-- | phpBB/adm/style/installer_install.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/installer_install.html b/phpBB/adm/style/installer_install.html index 7700c79036..175c6eac67 100644 --- a/phpBB/adm/style/installer_install.html +++ b/phpBB/adm/style/installer_install.html @@ -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 --> |
