]> git.cworth.org Git - cworth.org/commitdiff
Add banner image to page template with matching favicon
authorCarl Worth <cworth@cworth.org>
Wed, 23 May 2007 07:39:50 +0000 (00:39 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 23 May 2007 07:39:50 +0000 (00:39 -0700)
src/cworth-banner.png [new file with mode: 0644]
src/favicon.ico [new file with mode: 0644]
templates/page.tmpl

diff --git a/src/cworth-banner.png b/src/cworth-banner.png
new file mode 100644 (file)
index 0000000..0415e8a
Binary files /dev/null and b/src/cworth-banner.png differ
diff --git a/src/favicon.ico b/src/favicon.ico
new file mode 100644 (file)
index 0000000..6938e26
Binary files /dev/null and b/src/favicon.ico differ
index a645a01bb2529ac910c2ab4b842013a008295292..7960963a0f3e5166aa97b7b867922fa876c04009 100644 (file)
@@ -15,6 +15,9 @@
 <body>
 
 <div class="header">
+<div id="logo">
+  <img alt="Carl Worth" src="/cworth-banner.png">
+</div>
 <span>
 <TMPL_VAR TITLE>
 </span>