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