Ok, cool.
if I want to show all 7 days of the week, do I just add more code to the dayrotate.pl file?
Like:
Code:
copy($weekdays[($wday<3?($wday+4):($wday-4))],'fourdaysago.jpg');
copy($weekdays[($wday<4?($wday+3):($wday-5))],'fivedaysago.jpg');
copy($weekdays[($wday<5?($wday+2):($wday-6))],'sixdaysago.jpg');
Thanks,
Bill