diff options
-rwxr-xr-x | htdocs/footer.html | 2 | ||||
-rw-r--r-- | share/templates/en_US/footer.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/footer.html b/htdocs/footer.html index 0f8d59c..115eba2 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="/images/opensource-55x48.png" 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="<!--#echo var="relroot" -->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/share/templates/en_US/footer.tmpl b/share/templates/en_US/footer.tmpl index 47ff49e..d14f4de 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="/images/opensource-55x48.png" 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"> |