111bd831fe76c59a10f2096d7a8132f8962c0214
[atutor.git] / mods / clean_file_storage / index.php
1 <?php\r
2 define('AT_INCLUDE_PATH', '../../include/');\r
3 require (AT_INCLUDE_PATH.'vitals.inc.php');\r
4 $_custom_css = $_base_path . 'mods/hello_world/module.css'; // use a custom stylesheet\r
5 require (AT_INCLUDE_PATH.'header.inc.php');\r
6 ?>\r
7 \r
8 <div id="helloworld">\r
9         Hello Student!! :)\r
10 </div>\r
11 \r
12 <?php require (AT_INCLUDE_PATH.'footer.inc.php'); ?>