removed mods directory from the ATutor codebase
[atutor.git] / mods / wiki / fragments / blocks / calendar.php
diff --git a/mods/wiki/fragments/blocks/calendar.php b/mods/wiki/fragments/blocks/calendar.php
deleted file mode 100644 (file)
index aa19ed6..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-
-/*
-   This snippet invokes the calendar (month view) output function, if
-   existing entries belonging to the current site are detected. This only
-   works if ewiki_page() was called before.
-*/
-
-if (function_exists("calendar") && calendar_exists()) {
-   echo calendar();
-}
-
-?>
\ No newline at end of file