Posts: 47
Threads: 13
Joined: Mar 2010
I see soo many sites with out of date Copyright Notices.
Quicky:
Simply add
Code:
Copyright <?php echo date('Y') ?>
into your footer and the current year gets displayed.
Simple enough, eh?
Posts: 972
Threads: 27
Joined: Aug 2009
Apart from the fact that you’re in theory (unnecessarily) re-licensing all your pages when the year changes. More appropriately would be to state the first year a page was published (eg. 2007) and the last year your website was updated (eg. 2010) and put these in the footer: ©2007–2010. Of course, the last of these two years could be made dynamic. That’s actually how I was doing it.