Sorry, this page is only available in one language

SiteModified

Suggested dropletname: SiteModified

Published by: Dev4me

This Droplet will display the date and time of the last modification of your complete website.

global $database, $wb;
if (PAGE_ID>0) {
    $query=$database->query("SELECT max(modified_when) FROM ".TABLE_PREFIX."pages");
    $mod_details=$query->fetchRow();
    return "This site was last modified on ".date("d/m/Y",$mod_details[0]). " at ".date("H:i",$mod_details[0]).".";
}

Example

[[sitemodified]]

Tip: Add this Droplet in your template so it will show on all pages.



« Previous droplet | Overview | Next droplet »