c3f7b7bba89bb100701b878baf0520d2af07bb60
[atutor.git] / mods / hello_world / index_mystart.php
1 <?php\r
2 $_user_location = 'users';\r
3 define('AT_INCLUDE_PATH', '../../include/');\r
4 require (AT_INCLUDE_PATH.'vitals.inc.php');\r
5 $_custom_css = $_base_path . 'mods/hello_world/module.css'; // use a custom stylesheet\r
6 require (AT_INCLUDE_PATH.'header.inc.php');\r
7 ?>\r
8 \r
9 <div id="helloworld">\r
10         This is a page of the Hello World module that requires a login session, but might contain a tool that is not a course tool :)\r
11 </div>\r
12 \r
13 <?php require (AT_INCLUDE_PATH.'footer.inc.php'); ?>