WebsiteBaker 2.13.9 R22 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
global $database, $wb;$retVal = ' ';if (PAGE_ID > 0) { $query = $database->query("SELECT max(modified_when) FROM ".TABLE_PREFIX."pages"); $mod_details = $query->fetchRow(); $retVal = "This site was last modified on ".date("d/m/Y", $mod_details[0])." at ".date("H:i", $mod_details[0]).".";}echo $retVal;