Add logo images.

This commit is contained in:
Michael R Sweet 2004-05-17 03:39:24 +00:00
parent 78438193cc
commit fc1794e864
5 changed files with 7 additions and 5 deletions

2
www/images/.htaccess Normal file
View File

@ -0,0 +1,2 @@
DirectoryIndex off

BIN
www/images/logo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
www/images/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
www/images/logo.xcf.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
<?php
//
// "$Id: html.php,v 1.2 2004/05/17 03:23:06 mike Exp $"
// "$Id: html.php,v 1.3 2004/05/17 03:39:24 mike Exp $"
//
// PHP functions for standardized HTML output...
//
@ -92,13 +92,13 @@ html_header($title = "") // I - Additional document title
print("<p><table width='100%' height='100%' border='1' cellspacing='0' "
."cellpadding='5'>\n"
."<tr class='header'>"
."<td>[ "
."<a href='index.php'>Home</a> | "
."<td><img src='images/logo.gif' width='39' height='32' alt='Mini-XML' "
."align='middle'/> "
."[ <a href='index.php'>Home</a> | "
."<a href='documentation.php'>Documentation</a> | "
."<a href='software.php'>Download</a> | "
."<a href='faq.php'>FAQ</a> | "
."<a href='str.php'>Support</a>"
." ]</td>"
."<a href='str.php'>Support</a> ]</td>"
."</tr>\n");
print("<tr height='100%'>"