Announcement

Collapse
No announcement yet.

Last Updated

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

    Last Updated

    Hi Guys,

    just wondering if any of you know how to add an automatically generated

    "Last Updated: dd/mm/yyyy hh:mm" text field on the home page.

    thanks in advance

    James

    #2
    Hmmm.

    Just thinking. perhaps i could use some php in here,

    something like

    echo "Last Updated : " . date ("F d Y H:i:s.", filemtime($filename));

    Is the homepage automatically generated every single time the site is uploaded??

    Comment


      #3
      Try this:
      http://www.pdqwebdesign.ca/lib/datelastmod.html

      Comment


        #4
        A quick search for your thread's subject "Last Updated" would have found you http://community.actinic.com/showthread.php?t=29202
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          And surround code by a Condition containing IsBrochureHomePage then it will only appear on the Home page.
          Norman - www.drillpine.biz
          Edinburgh, U K / Bitez, Turkey

          Comment

          Working...
          X