1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-26 17:54:39 +02:00

[feature/twig] Changing INCLUDEJS behavior slightly

Automatically parsing inline variables the same way it is done for
INCLUDE, INCLUDEPHP

PHPBB3-11598
This commit is contained in:
Nathaniel Guse
2013-07-01 12:26:01 -05:00
parent e9bbeeb1a4
commit 6c30441ad4
10 changed files with 15 additions and 14 deletions

View File

@@ -15,6 +15,6 @@
{S_TZ_OPTIONS}
</select>
<!-- INCLUDEJS T_TEMPLATE_PATH ~ '/timezone.js' -->
<!-- INCLUDEJS {T_TEMPLATE_PATH}/timezone.js -->
</td>
</tr>

View File

@@ -95,7 +95,7 @@
</tr>
</table>
<!-- INCLUDEJS T_TEMPLATE_PATH ~ '/avatars.js' -->
<!-- INCLUDEJS {T_TEMPLATE_PATH}/avatars.js -->
<!-- ELSEIF S_LIST -->

View File

@@ -48,6 +48,6 @@
</tr>
</table>
<!-- INCLUDEJS T_TEMPLATE_PATH ~ '/avatars.js' -->
<!-- INCLUDEJS {T_TEMPLATE_PATH}/avatars.js -->
<!-- INCLUDE ucp_footer.html -->