aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template
diff options
context:
space:
mode:
authorMichael Cullum <unknownbliss@phpbbdevelopers.net>2012-03-20 07:08:59 +0000
committerDavid King <imkingdavid@gmail.com>2012-12-17 11:37:11 -0500
commit8dcc2cded68efea064ac0ae7dd2a75db2b48651e (patch)
tree59ad7a6dcc99625a1fd3d0d5aac837a485ac4cc5 /phpBB/styles/subsilver2/template
parentc0f900f69565583ff871e4cdefa30083147d2bc9 (diff)
downloadforums-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')
-rw-r--r--phpBB/styles/subsilver2/template/index_body.html2
-rw-r--r--phpBB/styles/subsilver2/template/overall_footer.html4
-rw-r--r--phpBB/styles/subsilver2/template/overall_header.html4
-rw-r--r--phpBB/styles/subsilver2/template/posting_body.html2
-rw-r--r--phpBB/styles/subsilver2/template/simple_footer.html2
-rw-r--r--phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html2
-rw-r--r--phpBB/styles/subsilver2/template/viewtopic_print.html2
7 files changed, 9 insertions, 9 deletions
diff --git a/phpBB/styles/subsilver2/template/index_body.html b/phpBB/styles/subsilver2/template/index_body.html
index 6861ae799a..8ceb2921eb 100644
--- a/phpBB/styles/subsilver2/template/index_body.html
+++ b/phpBB/styles/subsilver2/template/index_body.html
@@ -18,7 +18,7 @@
<!-- INCLUDE breadcrumbs.html -->
-<!-- RUNHOOKS index_body_info_blocks -->
+<!-- EVENT index_body_info_blocks -->
<!-- IF S_DISPLAY_ONLINE_LIST -->
<br clear="all" />
diff --git a/phpBB/styles/subsilver2/template/overall_footer.html b/phpBB/styles/subsilver2/template/overall_footer.html
index 781cdd6b0b..9dd9681b80 100644
--- a/phpBB/styles/subsilver2/template/overall_footer.html
+++ b/phpBB/styles/subsilver2/template/overall_footer.html
@@ -3,7 +3,7 @@
<div id="wrapfooter">
<!-- IF U_ACP --><span class="gensmall">[ <a href="{U_ACP}">{L_ACP}</a> ]</span><br /><br /><!-- ENDIF -->
- <span class="copyright"><!-- RUNHOOKS overall_footer_copyright -->
+ <span class="copyright"><!-- EVENT overall_footer_copyright -->
{CREDIT_LINE}
<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
<!-- IF DEBUG_OUTPUT --><br /><bdo dir="ltr">[ {DEBUG_OUTPUT} ]</bdo><!-- ENDIF --></span>
@@ -13,6 +13,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 overall_footer_end -->
+<!-- EVENT overall_footer_end -->
</body>
</html>
diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html
index 7f60d7012d..b64bd773f9 100644
--- a/phpBB/styles/subsilver2/template/overall_header.html
+++ b/phpBB/styles/subsilver2/template/overall_header.html
@@ -130,10 +130,10 @@ function marklist(id, name, state)
// ]]>
</script>
-<!-- RUNHOOKS overall_header_head -->
+<!-- EVENT overall_header_head -->
</head>
-<!-- RUNHOOKS overall_head_head_body -->
+<!-- EVENT overall_head_head_body -->
<body class="{S_CONTENT_DIRECTION}">
<a name="top"></a>
diff --git a/phpBB/styles/subsilver2/template/posting_body.html b/phpBB/styles/subsilver2/template/posting_body.html
index 88d001946f..0352baca87 100644
--- a/phpBB/styles/subsilver2/template/posting_body.html
+++ b/phpBB/styles/subsilver2/template/posting_body.html
@@ -257,7 +257,7 @@
</td>
<td class="row2">
<table cellpadding="1">
- <!-- RUNHOOKS posting_editor_options -->
+ <!-- EVENT posting_editor_options -->
<!-- IF S_BBCODE_ALLOWED -->
<tr>
<td><input type="checkbox" class="radio" name="disable_bbcode"{S_BBCODE_CHECKED} /></td>
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>
diff --git a/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html b/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html
index 0ecf36709d..fe64b4e402 100644
--- a/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html
+++ b/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html
@@ -55,7 +55,7 @@ hr.sep {
</style>
</head>
-<!-- RUNHOOKS ucp_pm_viewmessage_head_body -->
+<!-- EVENT ucp_pm_viewmessage_head_body -->
<body>
<table width="85%" cellspacing="3" cellpadding="0" border="0" align="center">
diff --git a/phpBB/styles/subsilver2/template/viewtopic_print.html b/phpBB/styles/subsilver2/template/viewtopic_print.html
index 100157e704..8fe7d97524 100644
--- a/phpBB/styles/subsilver2/template/viewtopic_print.html
+++ b/phpBB/styles/subsilver2/template/viewtopic_print.html
@@ -67,7 +67,7 @@ hr.sep {
</style>
</head>
-<!-- RUNHOOKS viewtopic_print_head_body -->
+<!-- EVENT viewtopic_print_head_body -->
<body>
<table width="85%" cellspacing="3" cellpadding="0" border="0" align="center">