removed mods directory from the ATutor codebase
[atutor.git] / mods / merlot / module.php
diff --git a/mods/merlot/module.php b/mods/merlot/module.php
deleted file mode 100644 (file)
index 6096731..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-<?php\r
-/****************************************************************/\r
-/* ATutor                                                                                                              */\r
-/****************************************************************/\r
-/* Copyright (c) 2002-2006 by Greg Gay & Joel Kronenberg        */\r
-/* Adaptive Technology Resource Centre / University of Toronto  */\r
-/* http://atutor.ca                                                                                            */\r
-/*                                                              */\r
-/* This program is free software. You can redistribute it and/or*/\r
-/* modify it under the terms of the GNU General Public License  */\r
-/* as published by the Free Software Foundation.                               */\r
-/****************************************************************/\r
-// $Id: merlot.php 6614 2006-09-27 19:32:29Z greg $\r
-\r
-\r
-if (!defined('AT_INCLUDE_PATH')) { exit; }\r
-if (!isset($this) || (isset($this) && (strtolower(get_class($this)) != 'module'))) { exit(__FILE__ . ' is not a Module'); }\r
-\r
-define('AT_PRIV_MERLOT',       $this->getPrivilege());\r
-define('AT_ADMIN_PRIV_MERLOT', $this->getAdminPrivilege());\r
-\r
-/* if this module is to be made available to students on the Home or Main Navigation.  */\r
-\r
-$_student_tool = 'mods/merlot/index.php';\r
-$this->_pages['mods/merlot/add_to_links.php']['title_var'] = 'add_link';\r
-\r
-/*******\r
- * add the admin page so the Userplane ID can be managed\r
- */\r
-\r
-if (admin_authenticate(AT_ADMIN_PRIV_USERPLANE, TRUE) || admin_authenticate(AT_ADMIN_PRIV_ADMIN, TRUE)) {\r
-       $this->_pages[AT_NAV_ADMIN] = array('mods/merlot/index_admin.php');\r
-       $this->_pages['mods/merlot/index_admin.php']['title_var'] = 'merlot';\r
-       $this->_pages['mods/merlot/index_admin.php']['parent']    = AT_NAV_ADMIN;\r
-}\r
-\r
-/*******\r
- * student or instructor page.\r
- */\r
-$this->_pages['mods/merlot/index.php']['title_var'] = 'merlot';\r
-$this->_pages['mods/merlot/index.php']['img'] = 'mods/merlot/merlot.gif';\r
-\r
-?>
\ No newline at end of file