move code up one directory
[atutor.git] / mods / _standard / student_tools / module.php
1 <?php\r
2 /*******\r
3  * doesn't allow this file to be loaded with a browser.\r
4  */\r
5 if (!defined('AT_INCLUDE_PATH')) { exit; }\r
6 \r
7 /******\r
8  * this file must only be included within a Module obj\r
9  */\r
10 if (!isset($this) || (isset($this) && (strtolower(get_class($this)) != 'module'))) { exit(__FILE__ . ' is not a Module'); }\r
11 \r
12 $_student_tool = 'mods/_standard/student_tools/index.php';\r
13 \r
14 \r
15 /*******\r
16  * instructor Manage section:\r
17  */\r
18 $this->_pages['mods/_standard/student_tools/instructor_index.php']['title_var'] = 'student_tools';\r
19 $this->_pages['mods/_standard/student_tools/instructor_index.php']['parent']    = 'tools/index.php';\r
20 $this->_pages['mods/_standard/student_tools/instructor_index.php']['guide']     = 'instructor/?p=fha_student_tools.php';\r
21 $this->_pages['mods/_standard/student_tools/instructor_index.php']['avail_in_mobile']   = false;\r
22 $this->_pages['mods/_standard/student_tools/index.php']['title_var'] = 'student_tools';\r
23 $this->_pages['mods/_standard/student_tools/index.php']['img']       = 'mods/_standard/student_tools/icon.gif';\r
24 $this->_pages['mods/_standard/student_tools/index.php']['text']      = _AT('student_tools_text');\r
25 ?>