Gossamer Forum
Home : Products : Links 2.0 : Installation -- Windows :

Date does not show up

Quote Reply
Date does not show up
Pages last built on --The date and time does not show up Any-one know how to fixx this?
Quote Reply
Re: Date does not show up In reply to
On which pages is it not showing up? All of them, some of them (which ones)? Are you using templates?
Quote Reply
Re: Date does not show up In reply to
It does not show up on any of them and no I'm not using templates the only place the date will show up is on the news letter.Any other info you need let me know.....
Quote Reply
Re: Date does not show up In reply to
At the top of site_html.pl, there should be code that reads:

Code:
# You can put variables here that you would like to use throughout
# the site.

$date = &get_date;
$time = &get_time;

Is it there? If it is, does your site_html.pl also contain this code:

Code:
$site_footer = qq~
<p><small class="update">Pages Updated On: $date - $time<br>

If so, are you using $site_footer near the bottom of all your pages in the appropriate site_html.pl subroutines?
Quote Reply
Re: Date does not show up In reply to
Thanks for the help it wasn't there put it in and it works fine know