diff options
-rwxr-xr-x | htdocs/footer.html | 4 | ||||
-rw-r--r-- | share/templates/en_US/footer.tmpl | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/htdocs/footer.html b/htdocs/footer.html index b3d34f9..0b31cba 100755 --- a/htdocs/footer.html +++ b/htdocs/footer.html @@ -11,7 +11,7 @@ <p id="activity_logos"> <a href="http://www.w3.org/QA/" title="W3C's Quality Assurance Activity, bringing you free Web quality tools and more"> - <img src="http://www.w3.org/QA/2002/12/qa.png" alt="QA" /> + <img src="<!--#echo var="relroot" -->images/qa.png" alt="QA" /> </a> <a href="http://www.w3.org/Style/CSS/learning" title="Learn more about Cascading Style Sheets"></a> </p> @@ -19,7 +19,7 @@ <p id="support_logo"> Support this tool, become a<br /> <a href="http://www.w3.org/Consortium/supporters"> - <img src="http://www.w3.org/Consortium/supporter-logos/csupporter.png" alt="W3C Supporter" /> + <img src="<!--#echo var="relroot" -->images/csupporter.png" alt="W3C Supporter" /> </a> </p> diff --git a/share/templates/en_US/footer.tmpl b/share/templates/en_US/footer.tmpl index 6b808d6..5e284ae 100644 --- a/share/templates/en_US/footer.tmpl +++ b/share/templates/en_US/footer.tmpl @@ -15,16 +15,15 @@ <a href="http://www.w3.org/QA/" title="W3C's Quality Assurance Activity, bringing you free Web quality tools and more"> - <img src="http://www.w3.org/QA/2002/12/qa.png" alt="QA" /> + <img src="images/qa.png" alt="QA" /> </a> - <a href="http://www.w3.org/Style/CSS/learning" title="Learn more about Cascading Style Sheets"></a> </p> <p id="support_logo"> Support this tool, become a<br /> <a href="http://www.w3.org/Consortium/supporters"> - <img src="http://www.w3.org/Consortium/supporter-logos/csupporter.png" alt="W3C Supporter" /> + <img src="images/csupporter.png" alt="W3C Supporter" /> </a> </p> |