mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[feature/events] Rename RUNHOOKS to EVENT
Apply change to existing ledges PHPBB3-9550
This commit is contained in:
committed by
David King
parent
c0f900f695
commit
8dcc2cded6
@@ -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" />
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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">
|
||||
|
@@ -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">
|
||||
|
Reference in New Issue
Block a user