aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/mcp_header.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/subSilver/template/mcp_header.html')
-rw-r--r--phpBB/styles/subSilver/template/mcp_header.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/phpBB/styles/subSilver/template/mcp_header.html b/phpBB/styles/subSilver/template/mcp_header.html
index d371b94872..0e26ebe0b9 100644
--- a/phpBB/styles/subSilver/template/mcp_header.html
+++ b/phpBB/styles/subSilver/template/mcp_header.html
@@ -1,17 +1,5 @@
<!-- INCLUDE overall_header.html -->
-<script language="javascript" type="text/javascript" defer="defer">
-<!--
-function marklist(form_name, status)
-{
- for (i = 0; i < document.forms[form_name].length; i++)
- {
- document.forms[form_name].elements[i].checked = status;
- }
-}
-//-->
-</script>
-
<!-- IF TOPIC_TITLE or FORUM_NAME -->
<div id="pageheader">
<h2><!-- IF TOPIC_TITLE --><a class="titles" href="{U_VIEWTOPIC}">{TOPIC_TITLE}</a><!-- ELSE --><a class="titles" href="{U_VIEW_FORUM}">{FORUM_NAME}</a><!-- ENDIF --></h2>