mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-08 13:39:58 +00:00
Add logo images.
This commit is contained in:
parent
78438193cc
commit
fc1794e864
2
www/images/.htaccess
Normal file
2
www/images/.htaccess
Normal file
@ -0,0 +1,2 @@
|
||||
DirectoryIndex off
|
||||
|
BIN
www/images/logo.gif
Normal file
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
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
BIN
www/images/logo.xcf.gz
Normal file
Binary file not shown.
@ -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%'>"
|
||||
|
Loading…
Reference in New Issue
Block a user