changed git call from https to git readonly
[atutor.git] / mods / userplane / side_menu.inc.php
1 <?php \r
2 /* start output buffering: */\r
3 global $savant, $_config;\r
4 ob_start(); ?>\r
5 \r
6         <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
7 \r
8 <?php\r
9 $savant->assign('dropdown_contents', ob_get_contents());\r
10 ob_end_clean();\r
11 \r
12 $savant->assign('title', _AT('userplane')); // the box title\r
13 $savant->display('include/box.tmpl.php');\r
14 ?>