removed mods directory from the ATutor codebase
[atutor.git] / mods / google_calendar / module.php
diff --git a/mods/google_calendar/module.php b/mods/google_calendar/module.php
deleted file mode 100644 (file)
index 20f2917..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-<?php\r
-/*******\r
- * doesn't allow this file to be loaded with a browser.\r
- */\r
-if (!defined('AT_INCLUDE_PATH')) { exit; }\r
-\r
-/******\r
- * this file must only be included within a Module obj\r
- */\r
-if (!isset($this) || (isset($this) && (strtolower(get_class($this)) != 'module'))) { exit(__FILE__ . ' is not a Module'); }\r
-\r
-/*******\r
- * assign the instructor and admin privileges to the constants.\r
- */\r
-define('AT_PRIV_GOOGLE_CALENDAR',       $this->getPrivilege());\r
-\r
-/*******\r
- * create a side menu box/stack.\r
- */\r
-$menu_path =AT_INCLUDE_PATH.'../mods/google_calendar/side_menu.inc.php';\r
-\r
-$this->_stacks['google_calendar'] = array('title_var'=>'google_calendar', 'file'=>''.$menu_path.'');\r
-\r
-/*******\r
- * if this module is to be made available to students on the Home or Main Navigation.\r
- */\r
-$_group_tool = $_student_tool = 'mods/google_calendar/index.php';\r
-\r
-\r
-/*******\r
- * instructor Manage section:\r
- */\r
-$this->_pages['mods/google_calendar/index_instructor.php']['title_var'] = 'google_calendar';\r
-$this->_pages['mods/google_calendar/index_instructor.php']['parent']   = 'tools/index.php';\r
-\r
-/*******\r
- * student page.\r
- */\r
-$this->_pages['mods/google_calendar/index.php']['title_var'] = 'google_calendar';\r
-$this->_pages['mods/google_calendar/index.php']['img']       = 'mods/google_calendar/google_cal.gif';\r
-\r
-/* my start page pages */\r
-$this->_pages[AT_NAV_START]  = array('mods/google_calendar/index_mystart.php');\r
-$this->_pages['mods/google_calendar/index_mystart.php']['title_var'] = 'google_calendar';\r
-$this->_pages['mods/google_calendar/index_mystart.php']['parent'] = AT_NAV_START;\r
-\r
-function google_calendar_get_group_url($group_id) {\r
-       return 'mods/google_calendar/index.php';\r
-}\r
-?>
\ No newline at end of file