summaryrefslogtreecommitdiffstats
path: root/templates/html/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/html/footer.html')
-rw-r--r--templates/html/footer.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/html/footer.html b/templates/html/footer.html
new file mode 100644
index 0000000..d2aa9e6
--- /dev/null
+++ b/templates/html/footer.html
@@ -0,0 +1,20 @@
+<!-- start footer part -->
+<!--BEGIN GENERATE_TREEVIEW-->
+<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
+ <ul>
+ $navpath
+ <li class="footer">$generatedby
+ <a href="http://www.doxygen.org/index.html">
+ <img class="footer" src="$relpath^doxygen.png" alt="doxygen"/></a> $doxygenversion </li>
+ </ul>
+</div>
+<!--END GENERATE_TREEVIEW-->
+<!--BEGIN !GENERATE_TREEVIEW-->
+<hr class="footer"/><address class="footer"><small>
+$generatedby &#160;<a href="http://www.doxygen.org/index.html">
+<img class="footer" src="$relpath^doxygen.png" alt="doxygen"/>
+</a> $doxygenversion
+</small></address>
+<!--END !GENERATE_TREEVIEW-->
+</body>
+</html>