diff options
| author | Michael Cullum <unknownbliss@phpbbdevelopers.net> | 2012-03-20 07:08:59 +0000 |
|---|---|---|
| committer | David King <imkingdavid@gmail.com> | 2012-12-17 11:37:11 -0500 |
| commit | 8dcc2cded68efea064ac0ae7dd2a75db2b48651e (patch) | |
| tree | 59ad7a6dcc99625a1fd3d0d5aac837a485ac4cc5 /phpBB/styles/subsilver2/template/simple_footer.html | |
| parent | c0f900f69565583ff871e4cdefa30083147d2bc9 (diff) | |
| download | forums-8dcc2cded68efea064ac0ae7dd2a75db2b48651e.tar forums-8dcc2cded68efea064ac0ae7dd2a75db2b48651e.tar.gz forums-8dcc2cded68efea064ac0ae7dd2a75db2b48651e.tar.bz2 forums-8dcc2cded68efea064ac0ae7dd2a75db2b48651e.tar.xz forums-8dcc2cded68efea064ac0ae7dd2a75db2b48651e.zip | |
[feature/events] Rename RUNHOOKS to EVENT
Apply change to existing ledges
PHPBB3-9550
Diffstat (limited to 'phpBB/styles/subsilver2/template/simple_footer.html')
| -rw-r--r-- | phpBB/styles/subsilver2/template/simple_footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/simple_footer.html b/phpBB/styles/subsilver2/template/simple_footer.html index 3ef060fad7..bbbc0aaff8 100644 --- a/phpBB/styles/subsilver2/template/simple_footer.html +++ b/phpBB/styles/subsilver2/template/simple_footer.html @@ -9,6 +9,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> |
