removed mods directory from the ATutor codebase
[atutor.git] / mods / mediawiki / side_menu.inc.php
diff --git a/mods/mediawiki/side_menu.inc.php b/mods/mediawiki/side_menu.inc.php
deleted file mode 100644 (file)
index d594369..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php \r
-/* start output buffering: */\r
-// disabled by default in this version of the module\r
-\r
-ob_start(); ?>\r
-\r
-hello world\r
-\r
-<?php\r
-$savant->assign('dropdown_contents', ob_get_contents());\r
-ob_end_clean();\r
-\r
-$savant->assign('title', _AT('mediawiki')); // the box title\r
-$savant->display('include/box.tmpl.php');\r
-?>
\ No newline at end of file