<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Arial">Off the top of my head, I would say
that you could put a _phptemplate_variables() function in template.php
that gets the last updated date from the database, puts that date into
a variable (adds it to the $vars array as $vars['last_updated']), which
makes it available in page.tpl.php.&nbsp; Then, in your template file, you
could add that variable with some text wherever you want it to show on
the page, something like<br>
<br>
&lt;p&gt;This site last updated on &lt;?php $last_updated
?&gt;&lt;/p&gt;.<br>
<br>
Steve<br>
</font></font><br>
Stuart Lawler wrote:
<blockquote cite="mid:00b301c8afaa$b5d2a080$0202a8c0@Stuartnew"
 type="cite">
  <pre wrap="">Dear All,

Is there a way in Drupal, that I can have a message at the bottom of my
pages, saying something like 'This site last updated on XXX date'?  Then,
every time I make a change to the site or add content the 'last updated'
would automatically update?

If so how can this be done?

Regards,

Stuart.


  </pre>
</blockquote>
</body>
</html>