:-(
A former member
Bingo! I just accessed the site no problem! But it does say "© Copyright Media Bullet 1999-2002" - lack of updates maybe? After all, it's August 2003 now!
:-(
A former member
Try looking at the news pages - The satellite pages are being updated (4th August latest update).
Don't judge a book (or in this case website) by its cover......
Stuart
Don't judge a book (or in this case website) by its cover......
Stuart
:-(
Copyright dates are no sign of last update, if so my site was updated in 2006!
A former member
Digifiend posted:
Bingo! I just accessed the site no problem! But it does say "© Copyright Media Bullet 1999-2002" - lack of updates maybe? After all, it's August 2003 now!
Copyright dates are no sign of last update, if so my site was updated in 2006!
:-(
A former member
At least all your content falls into the bracket you stated! It only takes a second to swap a 2 for a 3...
DV
If you're really lazy, you could use PHP to show the current year on your copyright notice so you don't have to change it annually.
http://james.cridland.net/code/copyright.html
:-(
hmm...
my Copyright date is done by
[code:1:3d5c0b9227]
include('/copyright.php')
[/code:1:3d5c0b9227]
and copyright.php contains
[code:1:3d5c0b9227]
<?
echo 1996 - 2006
?>
[/code:1:3d5c0b9227]
A former member
Lee Stanley posted:
If you're really lazy, you could use PHP to show the current year on your copyright notice so you don't have to change it annually.
http://james.cridland.net/code/copyright.html
hmm...
my Copyright date is done by
[code:1:3d5c0b9227]
include('/copyright.php')
[/code:1:3d5c0b9227]
and copyright.php contains
[code:1:3d5c0b9227]
<?
echo 1996 - 2006
?>
[/code:1:3d5c0b9227]