removed mods directory from the ATutor codebase
[atutor.git] / mods / wiki / side_menu.inc.php
diff --git a/mods/wiki/side_menu.inc.php b/mods/wiki/side_menu.inc.php
deleted file mode 100644 (file)
index 94e91e8..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php \r
-/* start output buffering: */\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('hello_world')); // the box title\r
-$savant->display('include/box.tmpl.php');\r
-?>
\ No newline at end of file