Last modified info on webpage
Ever visited a website with no indication, when it was last modified? In such a case, I always wonder whether the site is still in operation. Therefore, I thought it might be a nice addition to our website to include a 'last modified' statement for each page. We use the excellent phpcms content management system and with this system it is a no brainer to add the modification time to each page. All I had to do was to add this statement to the file that constitutes the footer:
Page last modified: <!– PAXLASTMOD Y-m-d H:i:s –> </div>
How nice