remove old readme
[atutor.git] / docs / mods / _standard / course_email / 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 define('AT_PRIV_COURSE_EMAIL', $this->getPrivilege());\r
6 \r
7 $this->_pages['mods/_standard/course_email/course_email.php']['title_var'] = 'course_email';\r
8 $this->_pages['mods/_standard/course_email/course_email.php']['parent']    = 'tools/index.php';\r
9 $this->_pages['mods/_standard/course_email/course_email.php']['guide']     = 'instructor/?p=course_email.php';\r
10 \r
11 \r
12 ?>