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