summaryrefslogtreecommitdiffstats
path: root/src/footer_html.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/footer_html.h')
-rw-r--r--src/footer_html.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/footer_html.h b/src/footer_html.h
index 86a2e91..b193c41 100644
--- a/src/footer_html.h
+++ b/src/footer_html.h
@@ -1,9 +1,13 @@
+"<!-- start footer part -->\n"
"<!--BEGIN GENERATE_TREEVIEW-->\n"
+"<div id=\"nav-path\" class=\"navpath\"><!-- id is needed for treeview function! -->\n"
+" <ul>\n"
+" $navpath\n"
" <li class=\"footer\">$generatedby\n"
" <a href=\"http://www.doxygen.org/index.html\">\n"
-" <img class=\"footer\" src=\"doxygen.png\" alt=\"doxygen\"/></a> $doxygenversion </li>\n"
-" </ul>\n"
-" </div>\n"
+" <img class=\"footer\" src=\"$relpath$doxygen.png\" alt=\"doxygen\"/></a> $doxygenversion </li>\n"
+" </ul>\n"
+"</div>\n"
"<!--END GENERATE_TREEVIEW-->\n"
"<!--BEGIN !GENERATE_TREEVIEW-->\n"
"<hr class=\"footer\"/><address class=\"footer\"><small>\n"