6.12 Day View (Calendar)
To create a Day View Calendar you must use the following snippet in your template:
<?php include "templateincludes/event_day_view.inc.php";?>
As usual, you should copy this file to your template-family and include that instead.
Warning: You must use alias "dayview"
Currently, you must create a day view content item that uses the day view template with the alias of "dayview".
Top of Page