Added icon.
authordavyd <davyd>
Sat, 7 Feb 2004 12:50:33 +0000 (12:50 +0000)
committerdavyd <davyd>
Sat, 7 Feb 2004 12:50:33 +0000 (12:50 +0000)
XMLWriter.py
icon.png [new file with mode: 0644]

index 42e1d18..8003189 100644 (file)
@@ -113,6 +113,7 @@ class XHTMLWriter:
                output  +=      '<head>\n'
                output  +=      '<title>Planet UCC</title>\n'
                output  +=      '<link rel="stylesheet" href="planet.css" type="text/css" media="screen" />\n'
+               output  +=      '<link rel="icon" type="image/png" href="icon.png" />\n'
                output  +=      '</head>\n'
                output  +=      '<body>\n'
                output  +=      '<div id="header">\n'
diff --git a/icon.png b/icon.png
new file mode 100644 (file)
index 0000000..2b08bb3
Binary files /dev/null and b/icon.png differ

UCC git Repository :: git.ucc.asn.au