diff options
author | P. J. McDermott <pjm@nac.net> | 2011-11-02 02:08:18 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2011-11-02 02:08:18 (EDT) |
commit | 260cd3be511157b23f5c80ff9a3ad8af72884f78 (patch) | |
tree | 25be57bd9a3f3495a62d3c4f69d2f9e0e5a5e36b /includes | |
parent | 5d333654b4ea7e7479ab3b43f10f2c051705f7b3 (diff) | |
download | www-260cd3be511157b23f5c80ff9a3ad8af72884f78.zip www-260cd3be511157b23f5c80ff9a3ad8af72884f78.tar.gz www-260cd3be511157b23f5c80ff9a3ad8af72884f78.tar.bz2 |
Fix last modified time.
Diffstat (limited to 'includes')
-rwxr-xr-x | includes/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/footer.html b/includes/footer.html index 73e1500..7f7f216 100755 --- a/includes/footer.html +++ b/includes/footer.html @@ -13,7 +13,7 @@ <!--#config timefmt="%Y-%m-%d %H:%M:%S" --> <p> Retrieved: <!--#echo var="DATE_LOCAL" --><br /> - Last modified: <!--#flastmod file="index.html" --> + Last modified: <!--#echo var="LAST_MODIFIED" --> </p> </div> </body> |