<?php
//displays the time/date a page was last modified
echo "Last modified on: " . date("D m/d/Y h:i:s", filemtime( $PATH_TRANSLATED ));
?>
//displays the time/date a page was last modified
echo "Last modified on: " . date("D m/d/Y h:i:s", filemtime( $PATH_TRANSLATED ));
?>
0 comments:
Post a Comment