aa19ed6d9576d980a35aed64d43ae89fe1211937
[atutor.git] / mods / wiki / fragments / blocks / calendar.php
1 <?php
2
3 /*
4    This snippet invokes the calendar (month view) output function, if
5    existing entries belonging to the current site are detected. This only
6    works if ewiki_page() was called before.
7 */
8
9 if (function_exists("calendar") && calendar_exists()) {
10    echo calendar();
11 }
12
13 ?>