Adjust footer to be the same as the main pages
authorMagnus Hagander <magnus@hagander.net>
Fri, 26 Feb 2010 12:18:27 +0000 (13:18 +0100)
committerMagnus Hagander <magnus@hagander.net>
Fri, 26 Feb 2010 12:18:27 +0000 (13:18 +0100)
templates/docs/docspage.html

index 9d83d4894b76a4c6a910d05fc153919a05e053fd..6d6d67082dc0ec271e3f93ecaa491a9d1b641516 100644 (file)
@@ -73,7 +73,8 @@ Proceed to the <a href="/account/comments/new/{{page.version}}/{{page.file}}/">c
 {%endif%}
 
 <div id="docFooter">
-    <a href="/about/privacypolicy">Privacy Policy</a> | FIXME<br />
+    <a href="{{link_root}}/about/privacypolicy">Privacy Policy</a> |
+    <a href="{{link_root}}/about/website">About the website</a><br/>
 Copyright &copy; 1996-2010 PostgreSQL Global Development Group
 </div>
 </div>