removed mods directory from the ATutor codebase
[atutor.git] / mods / hello_world / index_mystart.php
diff --git a/mods/hello_world/index_mystart.php b/mods/hello_world/index_mystart.php
deleted file mode 100644 (file)
index c3f7b7b..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php\r
-$_user_location        = 'users';\r
-define('AT_INCLUDE_PATH', '../../include/');\r
-require (AT_INCLUDE_PATH.'vitals.inc.php');\r
-$_custom_css = $_base_path . 'mods/hello_world/module.css'; // use a custom stylesheet\r
-require (AT_INCLUDE_PATH.'header.inc.php');\r
-?>\r
-\r
-<div id="helloworld">\r
-       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
-</div>\r
-\r
-<?php require (AT_INCLUDE_PATH.'footer.inc.php'); ?>
\ No newline at end of file