mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/14380] Maintain consistent template var paths in 3.2 installer
PHPBB3-14380
This commit is contained in:
parent
26b068f5b3
commit
84171c5776
2 changed files with 2 additions and 2 deletions
|
@ -9,5 +9,5 @@
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<!-- INCLUDEJS {T_ASSETS_PATH}javascript/installer.js -->
|
<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/installer.js -->
|
||||||
<!-- INCLUDE installer_footer.html -->
|
<!-- INCLUDE installer_footer.html -->
|
||||||
|
|
|
@ -9,5 +9,5 @@
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<!-- INCLUDEJS {T_ASSETS_PATH}javascript/installer.js -->
|
<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/installer.js -->
|
||||||
<!-- INCLUDE installer_footer.html -->
|
<!-- INCLUDE installer_footer.html -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue