View Single Post
Old 2005-05-02, 08:46 AM   #6
tortus32
A little nonsense, now and then, is relished by the wisest men
 
tortus32's Avatar
 
Join Date: Jan 2005
Location: Montague, NJ
Posts: 628
Send a message via ICQ to tortus32 Send a message via AIM to tortus32 Send a message via Yahoo to tortus32
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
tortus32 is offline   Reply With Quote