xref: /plugin/bez/ctl/start.php (revision a42d0169e3400e32a84bf6ec093e9b94c094073d)
1<?php
2include_once DOKU_PLUGIN."bez/models/issues.php";
3include_once DOKU_PLUGIN."bez/models/comments.php";
4include_once DOKU_PLUGIN."bez/models/causes.php";
5include_once DOKU_PLUGIN."bez/models/tasks.php";
6
7$isso = new Issues();
8
9$timeline = $isso->get_by_days();
10
11$template['timeline'] = $timeline;
12