removed mods directory from the ATutor codebase
[atutor.git] / mods / fha_student_tools / module.php
diff --git a/mods/fha_student_tools/module.php b/mods/fha_student_tools/module.php
deleted file mode 100644 (file)
index c4c6a18..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php\r
-/*******\r
- * doesn't allow this file to be loaded with a browser.\r
- */\r
-if (!defined('AT_INCLUDE_PATH')) { exit; }\r
-\r
-/******\r
- * this file must only be included within a Module obj\r
- */\r
-if (!isset($this) || (isset($this) && (strtolower(get_class($this)) != 'module'))) { exit(__FILE__ . ' is not a Module'); }\r
-\r
-$_student_tool = 'mods/fha_student_tools/index.php';\r
-\r
-\r
-/*******\r
- * instructor Manage section:\r
- */\r
-$this->_pages['mods/fha_student_tools/instructor_index.php']['title_var'] = 'fha_student_tools';\r
-$this->_pages['mods/fha_student_tools/instructor_index.php']['parent']    = 'tools/index.php';\r
-\r
-$this->_pages['mods/fha_student_tools/index.php']['title_var'] = 'fha_student_tools';\r
-$this->_pages['mods/fha_student_tools/index.php']['img']       = 'mods/fha_student_tools/icon.gif';\r
-?>
\ No newline at end of file