removed mods directory from the ATutor codebase
[atutor.git] / mods / userplane / side_menu.inc.php
diff --git a/mods/userplane/side_menu.inc.php b/mods/userplane/side_menu.inc.php
deleted file mode 100644 (file)
index 13a6474..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php \r
-/* start output buffering: */\r
-global $savant, $_config;\r
-ob_start(); ?>\r
-\r
-       <script language="javascript" type="text/javascript"  src="http://www.userplane.com/chatlite/medallion/chatlite.cfm?DomainID=<?php  echo $_config['userplane']; ?>&initialRoom=<?php echo $_SESSION['course_tile']; ?>"></script><noscript>You must have JavaScript enabled to use <a href="http://www.userplane.com" title="Userplane" target="_blank">Userplane Chat</a></noscript>\r
-\r
-<?php\r
-$savant->assign('dropdown_contents', ob_get_contents());\r
-ob_end_clean();\r
-\r
-$savant->assign('title', _AT('userplane')); // the box title\r
-$savant->display('include/box.tmpl.php');\r
-?>
\ No newline at end of file