diff options
-rwxr-xr-x | htdocs/footer.html | 2 | ||||
-rw-r--r-- | htdocs/images/opensource-55x48.png | bin | 0 -> 3269 bytes | |||
-rw-r--r-- | share/templates/en_US/footer.tmpl | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/footer.html b/htdocs/footer.html index 5cb88e6..0f8d59c 100755 --- a/htdocs/footer.html +++ b/htdocs/footer.html @@ -8,7 +8,7 @@ <div id="footer"> <p id="activity_logos"> - <a href="http://www.w3.org/Status" title="W3C's Open Source, bringing you free Web quality tools and more"><img src="http://www.w3.org/Icons/WWW/w3c_home_nb" alt="W3C" /><img src="http://www.opensource.org/trademarks/opensource/web/opensource-55x48.jpg" alt="Open-Source" title="We are building certified Open Source/Free Software. - see www.opensource.org" /></a> + <a href="http://www.w3.org/Status" title="W3C's Open Source, bringing you free Web quality tools and more"><img src="http://www.w3.org/Icons/WWW/w3c_home_nb" alt="W3C" /><img src="/images/opensource-55x48.png" alt="Open-Source" title="We are building certified Open Source/Free Software. - see www.opensource.org" /></a> </p> <p id="support_logo"> diff --git a/htdocs/images/opensource-55x48.png b/htdocs/images/opensource-55x48.png Binary files differnew file mode 100644 index 0000000..7b2778f --- /dev/null +++ b/htdocs/images/opensource-55x48.png diff --git a/share/templates/en_US/footer.tmpl b/share/templates/en_US/footer.tmpl index 3d2ba99..47ff49e 100644 --- a/share/templates/en_US/footer.tmpl +++ b/share/templates/en_US/footer.tmpl @@ -13,7 +13,7 @@ <div id="footer"> <p id="activity_logos"> - <a href="http://www.w3.org/Status" title="W3C's Open Source, bringing you free Web quality tools and more"><img src="http://www.w3.org/Icons/WWW/w3c_home_nb" alt="W3C" /><img src="http://www.opensource.org/trademarks/opensource/web/opensource-55x48.jpg" alt="Open-Source" title="We are building certified Open Source/Free Software. - see www.opensource.org" /></a> + <a href="http://www.w3.org/Status" title="W3C's Open Source, bringing you free Web quality tools and more"><img src="http://www.w3.org/Icons/WWW/w3c_home_nb" alt="W3C" /><img src="/images/opensource-55x48.png" alt="Open-Source" title="We are building certified Open Source/Free Software. - see www.opensource.org" /></a> </p> <p id="support_logo"> |