summaryrefslogtreecommitdiffstats
path: root/htdocs/header.html
diff options
context:
space:
mode:
authorot <ot@localhost>2007-07-24 07:19:10 +0000
committerot <ot@localhost>2007-07-24 07:19:10 +0000
commit700b48938aafdba5d05b29a61de2faafb53e3d61 (patch)
treedef19a10c178922c023c0e2b35e1b636696d5902 /htdocs/header.html
parent1c462bcabad46d968ae5edd9e91285266cf4c262 (diff)
downloadmarkup-validator-700b48938aafdba5d05b29a61de2faafb53e3d61.zip
markup-validator-700b48938aafdba5d05b29a61de2faafb53e3d61.tar.gz
markup-validator-700b48938aafdba5d05b29a61de2faafb53e3d61.tar.bz2
include js only where needed, i.e on homepage
Diffstat (limited to 'htdocs/header.html')
-rwxr-xr-xhtdocs/header.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/htdocs/header.html b/htdocs/header.html
index cebc4c1..482c622 100755
--- a/htdocs/header.html
+++ b/htdocs/header.html
@@ -9,9 +9,11 @@
<style type="text/css" media="all">
@import "<!--#echo var="relroot" -->style/base.css";
</style>
+ <!--#if expr="$includeJS = 1" -->
<script type="text/javascript" src="scripts/mootools.js"></script>
<script type="text/javascript" src="scripts/w3c-validator.js"></script>
- <meta name="revision" content="$Id: header.html,v 1.51 2007-07-20 03:10:56 ot Exp $" />
+ <!--#endif -->
+ <meta name="revision" content="$Id: header.html,v 1.52 2007-07-24 07:19:10 ot Exp $" />
<meta name="keywords" content="HTML, HyperText Markup Language, Validation,
W3C Markup Validation Service" />
<meta name="description" content="W3C's easy-to-use
@@ -20,7 +22,7 @@
<!--#if expr="$feeds = 1" -->
<link rel="alternate" type="application/atom+xml" href="http://www.w3.org/QA/Tools/validator-whatsnew.atom" />
<!--#endif -->
- <!-- SSI Template Version: $Id: header.html,v 1.51 2007-07-20 03:10:56 ot Exp $ -->
+ <!-- SSI Template Version: $Id: header.html,v 1.52 2007-07-24 07:19:10 ot Exp $ -->
</head>