fa3f2e63f5860edb61a0b92cff058aebf110125e
[atutor.git] / mods / hello_world / index_public.php
1 <?php\r
2 \r
3 $_user_location = 'public';\r
4 \r
5 define('AT_INCLUDE_PATH', '../../include/');\r
6 require (AT_INCLUDE_PATH.'vitals.inc.php');\r
7 $_custom_css = $_base_path . 'mods/hello_world/module.css'; // use a custom stylesheet\r
8 require (AT_INCLUDE_PATH.'header.inc.php');\r
9 ?>\r
10 \r
11 <div id="helloworld">\r
12         This is a public page from the Hello World module, that does not require a login session to view.  :)\r
13 </div>\r
14 \r
15 <?php require (AT_INCLUDE_PATH.'footer.inc.php'); ?>