mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/10665] Adding includejs to acp templates
Adding includejs to acp overall_footer.html PHPBB3-10665
This commit is contained in:
parent
c89ea703bd
commit
37480e5594
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@
|
||||||
<script type="text/javascript" src="{T_JQUERY_LINK}"></script>
|
<script type="text/javascript" src="{T_JQUERY_LINK}"></script>
|
||||||
<!-- IF S_JQUERY_FALLBACK --><script type="text/javascript">window.jQuery || document.write(unescape('%3Cscript src="{T_ASSETS_PATH}/javascript/jquery.js" type="text/javascript"%3E%3C/script%3E'));</script><!-- ENDIF -->
|
<!-- IF S_JQUERY_FALLBACK --><script type="text/javascript">window.jQuery || document.write(unescape('%3Cscript src="{T_ASSETS_PATH}/javascript/jquery.js" type="text/javascript"%3E%3C/script%3E'));</script><!-- ENDIF -->
|
||||||
<script type="text/javascript" src="{T_ASSETS_PATH}/javascript/core.js"></script>
|
<script type="text/javascript" src="{T_ASSETS_PATH}/javascript/core.js"></script>
|
||||||
<script type="text/javascript" src="style/ajax.js"></script>
|
<!-- INCLUDEJS ajax.js -->
|
||||||
|
{SCRIPTS}
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Reference in a new issue