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

[feature/events] Adding acp prefix to acp event names

PHPBB3-9550
This commit is contained in:
Michael Cullum
2012-07-22 21:25:57 +01:00
committed by David King
parent b95549a7a7
commit 3c8fb03785
7 changed files with 8 additions and 8 deletions

View File

@@ -18,7 +18,7 @@
<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?assets_version={T_ASSETS_VERSION}" type="text/javascript"%3E%3C/script%3E'));</script><!-- ENDIF -->
<!-- EVENT simple_footer_end -->
<!-- EVENT acp_simple_footer_end -->
</body>
</html>