diff options
author | ot <ot@localhost> | 2008-12-03 20:57:53 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2008-12-03 20:57:53 +0000 |
commit | a30b1243f74b59401ab6b3e3c012d5e5966cc53c (patch) | |
tree | 4a573860c2336cc54f6f836d5088cdf8e6838a2f | |
parent | 625aeeb5e4fc575a537aa70cca044cd6e70b933f (diff) | |
download | markup-validator-a30b1243f74b59401ab6b3e3c012d5e5966cc53c.zip markup-validator-a30b1243f74b59401ab6b3e3c012d5e5966cc53c.tar.gz markup-validator-a30b1243f74b59401ab6b3e3c012d5e5966cc53c.tar.bz2 |
adding link to new contribute page in footer
-rwxr-xr-x | htdocs/footer.html | 1 | ||||
-rw-r--r-- | share/templates/en_US/footer.tmpl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/htdocs/footer.html b/htdocs/footer.html index 9c92b3f..aeac3ae 100755 --- a/htdocs/footer.html +++ b/htdocs/footer.html @@ -4,6 +4,7 @@ <li><a href="<!--#echo var="relroot" -->docs/" accesskey="3" title="Documentation for this Service">Docs</a><span> | </span></li> <li><a href="<!--#echo var="relroot" -->docs/help.html" title="Help and answers to frequently asked questions">Help & <acronym title="Frequently Asked Questions">FAQ</acronym></a><span> | </span></li> <li><a href="<!--#echo var="relroot" -->feedback.html" accesskey="4" title="How to provide feedback on this service">Feedback</a></li></ul> +<li><a href="<!--#echo var="relroot" -->contribute.html" title="How to contribute to the validator project">Contribute</a></li></ul> <div id="footer"> <p id="activity_logos"> diff --git a/share/templates/en_US/footer.tmpl b/share/templates/en_US/footer.tmpl index 85137c4..c3497b4 100644 --- a/share/templates/en_US/footer.tmpl +++ b/share/templates/en_US/footer.tmpl @@ -8,6 +8,7 @@ <li><a href="./docs/" accesskey="3" title="Documentation for this Service">Docs</a><span> | </span></li> <li><a href="./docs/help.html" title="Help and answers to frequently asked questions">Help & <acronym title="Frequently Asked Questions">FAQ</acronym></a><span> | </span></li> <li><a href="./feedback.html" accesskey="4" title="How to provide feedback on this service">Feedback</a><span> | </span></li> + <li><a href="./contribute.html" title="How to contribute to the validator project">Contribute</a><span> | </span></li> </ul> <div id="footer"> |