PDA

View Full Version : Calendar pictures


Scutter
10-25-2004, 04:50 PM
I would like to adjust the calendar so that every month has a picture, changing both the monthly view and yearly view so that each month has a picture displayed above it.

Anyone able to assist or point me in the right direction?

Colin F
10-25-2004, 05:21 PM
You could do this by calling pictures according to the month number.

Add something like this to the phpinclude_start template:

$calendarpicname = date(n) .".jpg";

Then, just call the image using $calendarpicname

shadowdancer36
02-01-2006, 03:55 PM
Can someone elaborate on this? Would the (n) represent the month? Like the 1 being January, 2 being Fed, etc?