tagging as ATutor 1.5.4-release
[atutor.git] / mods / _standard / directory / module.php
1 <?php\r
2 if (!defined('AT_INCLUDE_PATH')) { exit; }\r
3 if (!isset($this) || (isset($this) && (strtolower(get_class($this)) != 'module'))) { exit(__FILE__ . ' is not a Module'); }\r
4 \r
5 // if this module is to be made available to students on the Home or Main Navigation\r
6 $_student_tool = 'directory.php';\r
7 \r
8 $this->_pages['directory.php']['title_var'] = 'directory';\r
9 $this->_pages['directory.php']['img']       = 'images/home-directory.gif';\r
10 \r
11 ?>