diff options
| -rw-r--r-- | documentation/src/html_footer | 28 |
1 files changed, 20 insertions, 8 deletions
diff --git a/documentation/src/html_footer b/documentation/src/html_footer index 48f850503..94aa2fff5 100644 --- a/documentation/src/html_footer +++ b/documentation/src/html_footer @@ -1,9 +1,21 @@ -<hr> -<address><small> -<!-- $datetime. --> -<a href="http://www.fltk.org"><img src="tiny.png" align="bottom" alt="FLTK"></a> -© 1998-2011 by Bill Spitzak and others. -Permission is granted to reproduce this manual or any portion for -any purpose, provided this copyright and permission notice are preserved. +<!-- BEGIN FLTK HTML_FOOTER --> + <!-- Generated for $projectname by Doxygen --> + <li class="footer"> + <!-- Generated for $projectname by Doxygen --> + © 1998-2011 by Bill Spitzak and others. + <a href="http://www.fltk.org"><img src="tiny.png" align="bottom" alt="FLTK"></a> + </li> + </ul> + </div> +<hr class="footer"/> +<address class="footer"><small> + <div align="left"> + <a href="http://www.fltk.org"><img src="tiny.png" align="bottom" alt="FLTK"></a> + © 1998-2011 by Bill Spitzak and others. + Permission is granted to reproduce this manual or any portion for + any purpose, provided this copyright and permission notice are preserved. + </div> </small></address> -</body></html> +<!-- END FLTK HTML_FOOTER (/body and /html follows...) --> +</body> +</html> |
