remove old readme
[atutor.git] / mods / _standard / sitemap / 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 = 'mods/_standard/sitemap/sitemap.php';\r
7 \r
8 $this->_pages['mods/_standard/sitemap/sitemap.php']['title_var'] = 'sitemap';\r
9 $this->_pages['mods/_standard/sitemap/sitemap.php']['parent']    = 'index.php';\r
10 $this->_pages['mods/_standard/sitemap/sitemap.php']['img']       = 'images/home-site_map.png';\r
11 $this->_pages['mods/_standard/sitemap/sitemap.php']['text']      = _AT('sitemap_text');\r
12 \r
13 ?>