mendelini
Newbie
Posts: 1
Registered: 8/24/2007
Location: NYC
Member Is Offline
|
| posted on 8/24/2007 at 01:50 PM |
|
|
Event Month View
I have very little PHP experience, so I'm presented with a little difficulty here:
I'm making a very simple page that pops up off a main page that I want to display the calendar at about 500px wide with the events listed within each
day box. I see that in the Event list can display this way as "month" in the editor, but I am not sure how to implement this. I'm using GoLive to
stick the code into the template I've designed...can anyone help?
Thanks!
|
|
|
Theo
Junior Member
Posts: 4
Registered: 9/17/2007
Location: Netherlands
Member Is Offline
|
| posted on 9/17/2007 at 05:22 PM |
|
|
use
| Code: |
<?
$calendar->init('Verhuur');
$calendar->show_month();
?>
|
|
|
|