1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

Merge pull request #4096 from CHItA/ticket/14380

[ticket/14380] Maintain consistent template var paths in 3.2 installer
This commit is contained in:
Marc Alexander
2015-12-22 22:52:52 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -9,5 +9,5 @@
</fieldset>
</form>
<!-- ENDIF -->
<!-- INCLUDEJS {T_ASSETS_PATH}javascript/installer.js -->
<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/installer.js -->
<!-- INCLUDE installer_footer.html -->

View File

@@ -9,5 +9,5 @@
</fieldset>
</form>
<!-- ENDIF -->
<!-- INCLUDEJS {T_ASSETS_PATH}javascript/installer.js -->
<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/installer.js -->
<!-- INCLUDE installer_footer.html -->