1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[feature/events] Rename RUNHOOKS to EVENT

Apply change to existing ledges

PHPBB3-9550
This commit is contained in:
Michael Cullum
2012-03-20 07:08:59 +00:00
committed by David King
parent c0f900f695
commit 8dcc2cded6
14 changed files with 21 additions and 21 deletions

View File

@@ -10,6 +10,6 @@
<!-- 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 -->
{SCRIPTS}
<!-- RUNHOOKS simple_footer_end -->
<!-- EVENT simple_footer_end -->
</body>
</html>