summaryrefslogtreecommitdiffstats
path: root/src/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/header.html')
-rw-r--r--src/header.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/header.html b/src/header.html
index 76e9553..3d17125 100644
--- a/src/header.html
+++ b/src/header.html
@@ -6,13 +6,15 @@
<!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
<!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
<link href="$relpath$tabs.css" rel="stylesheet" type="text/css"/>
-<link href="$relpath$$stylesheet" rel="stylesheet" type="text/css" />
+<script type="text/javascript" src="$relpath$jquery.js"></script>
+<script type="text/javascript" src="$relpath$dynsections.js"></script>
$treeview
$search
$mathjax
+<link href="$relpath$$stylesheet" rel="stylesheet" type="text/css" />
</head>
<body>
-<div id="top"><!-- do not remove this div! -->
+<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<!--BEGIN TITLEAREA-->
<div id="titlearea">
@@ -47,3 +49,4 @@ $mathjax
</table>
</div>
<!--END TITLEAREA-->
+<!-- end header part -->