remove old readme
[atutor.git] / mods / _standard / farchive / index.php
1 <?php\r
2 define('AT_INCLUDE_PATH', '../../../include/');\r
3 require (AT_INCLUDE_PATH.'vitals.inc.php');\r
4 require (AT_INCLUDE_PATH.'header.inc.php');\r
5 ?>\r
6 \r
7 <div id="helloworld">\r
8         There's nothing here! :)\r
9 </div>\r
10 \r
11 <?php require (AT_INCLUDE_PATH.'footer.inc.php'); ?>