remove old readme
[atutor.git] / mods / _core / imscp / module.php
1 <?php\r
2 \r
3 \r
4 if (!defined('AT_INCLUDE_PATH')) { exit; }\r
5 if (!isset($this) || (isset($this) && (strtolower(get_class($this)) != 'module'))) { exit(__FILE__ . ' is not a Module'); }\r
6 \r
7 // if this module is to be made available to students on the Home or Main Navigation\r
8 $_student_tool = 'mods/_core/imscp/export.php';\r
9 \r
10 //instructors\r
11 //$this->_pages['mods/_core/imscp/index.php']['title_var'] = 'content_packaging';\r
12 //$this->_pages['mods/_core/imscp/index.php']['parent']    = 'tools/content/index.php';\r
13 //$this->_pages['mods/_core/imscp/index.php']['guide']     = 'instructor/?p=content_packages.php';\r
14 \r
15 //students\r
16 //$this->_pages['export.php']['title_var'] = 'export_content';\r
17 //$this->_pages['export.php']['img']       = 'images/home-export_content.png';\r
18 //$this->_pages['export.php']['text']      = _AT('export_content_text');\r
19 //$this->_pages['export.php']['guide']     = 'general/?p=export_content.php';\r
20 \r
21 ?>