dszymczuk/dsEventCalendar

View on GitHub
blocks/event_calendar/edit.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
defined('C5_EXECUTE') or die(_("Access Denied."));
$bt->inc('form_setup_html.php', array(
    'calendars' => $calendars,
    'langs' => $langs,
    'calendarID' => $calendarID,
    'lang' => $lang,
    'types' => $types,
    'typeID' => $typeID,
    'contentHeight' => $contentHeight
));
?>