Announcement

Collapse
No announcement yet.

Last updated variable

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Last updated variable

    Hi

    Does anyone know if there is a variable that you can insert which states when the site was last updated.

    Thanks

    James

    #2
    i think its possible to use PHP for this.

    look in the guides for the usage of php.

    and also to some PHP websites for the usage of time functions.

    Comment


      #3
      <actinic:block php="true">echo date("l F j, Y, g:i a");</actinic:block>

      Inserted into any layout will do it.

      Note that this will make every page it's used on different each time you Update, so they'll all be sent to the server each time.
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment

      Working...
      X