Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Home Page- last build date

Quote Reply
Home Page- last build date
Can anyone tell me the correct tags (or coding) for displaying the last build date (ie: last updated --/--/--) on the home page?

Thanks
Alba
Quote Reply
Re: [Alba] Home Page- last build date In reply to
Hi

On static pages just use:

<%time%>
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory
Quote Reply
Re: [katabd] Home Page- last build date In reply to
Hi,

Thanks for the reply. I tried this but it didn't work. Got 'unknown tag'. Any other ideas?

Thanks
Alba
Quote Reply
Re: [Alba] Home Page- last build date In reply to
On all templates, both <%date%> and <%time%> should be available by default.

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Quote Reply
Re: [yogi] Home Page- last build date In reply to
Unless you change the global.txt file tose should be available ..
but if you did let me know and i will pass the Time Global over to you.
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory
Quote Reply
Re: [katabd] Home Page- last build date In reply to
Create a new global called time:

sub {
# Displays the current date.
Links::init_date();
GT::Date::date_set_format($CFG->{'date_user_format'});
my $date = GT::Date::date_get();
GT::Date::date_set_format($CFG->{'date_db_format'});
return $date;
}



and just use <%time%> and that will return the last date the page was built..
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory