removed mods directory from the ATutor codebase
[atutor.git] / mods / hello_world / index_public.php
diff --git a/mods/hello_world/index_public.php b/mods/hello_world/index_public.php
deleted file mode 100644 (file)
index fa3f2e6..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php\r
-\r
-$_user_location        = 'public';\r
-\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 public page from the Hello World module, that does not require a login session to view.  :)\r
-</div>\r
-\r
-<?php require (AT_INCLUDE_PATH.'footer.inc.php'); ?>
\ No newline at end of file