94e91e82ff2a25d4e42c51b3961fe5a5be11a84e
[atutor.git] / mods / hello_world / 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 ?>