diff options
author | P. J. McDermott <pjm@nac.net> | 2011-11-02 01:59:07 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2011-11-02 01:59:07 (EDT) |
commit | 5d333654b4ea7e7479ab3b43f10f2c051705f7b3 (patch) | |
tree | be836f387a8ee72202e66e47d36b50c3fb84d855 | |
parent | 570fec1594fd66054404def4c2aef6bb1a0ddfca (diff) | |
download | www-5d333654b4ea7e7479ab3b43f10f2c051705f7b3.zip www-5d333654b4ea7e7479ab3b43f10f2c051705f7b3.tar.gz www-5d333654b4ea7e7479ab3b43f10f2c051705f7b3.tar.bz2 |
Show dates in footer.
-rwxr-xr-x | includes/footer.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/includes/footer.html b/includes/footer.html index da4240e..73e1500 100755 --- a/includes/footer.html +++ b/includes/footer.html @@ -10,6 +10,11 @@ More permissive terms may be granted upon <a href="contact.html">request</a>. </p> <p class="tos">By using this Web site, you agree to the <a href="terms.html">Terms of Service</a>.</p> +<!--#config timefmt="%Y-%m-%d %H:%M:%S" --> + <p> + Retrieved: <!--#echo var="DATE_LOCAL" --><br /> + Last modified: <!--#flastmod file="index.html" --> + </p> </div> </body> </html> |