10378 Posts in 2194 Topics by 1710 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 169 Views |
-
$CalendarWidget with EventCalendar 3

16 November 2012 at 6:16am
Hi @ all,
I want to present to the homepage.ss the CalendarWidget.
I have on HomePage.php:
// Funktion zum EventCalendar
public function GlobalCalendarWidget() {
$calendarPage = DataObject::get_one(16); // If you have multiple calendars, specify an id or url segment.
return new CalendarWidget($calendarPage);
}
function CalendarWidget()
{
return DataObject::get_one("Calendar")->CalendarWidget();
}and on HomePage.ss:
<% control CalendarWidget() %>
$CalendarWidget
<% end_control %>But it seems nothing!
Have anybody an idea?Thanks
Thomas
| 169 Views | ||
|
Page:
1
|
Go to Top |

