1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
<!-- HTML footer for doxygen 1.8.14-->
<!-- start footer part -->
<!--BEGIN GENERATE_TREEVIEW-->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
$navpath
<li class="footer">
<a href="http://www.arm.com/">
<img class="footer" src="$relpath^Arm_logo_blue_150MN.png" alt="arm" width="63" height="21"/>
</a>
</li>
</ul>
</div>
<!--END GENERATE_TREEVIEW-->
<!--BEGIN !GENERATE_TREEVIEW-->
<hr class="footer"/><address class="footer"><small>
<a href="http://www.arm.com/">
<img class="footer" src="$relpath^Arm_logo_blue_150MN.png" alt="arm" width="63" height="21"/>
</a>
</small></address>
<!--END !GENERATE_TREEVIEW-->
</body>
</html>
|