Tribiq CMS

Choose your language

6.13 Month View (Calendar)

To create a Month View template, you must create a HTML content item which uses a template containing the following snippet:

<?php include "templateincludes/calendar.inc.php";?>

As usual, you should copy this file to your template-family and include that instead.

Warning: You must use alias "calendar"
Currently, you must create a day view content item that uses the day view template with the alias of "calendar".

 Here is an example of a Calendar month-view:

 

Top of Page