removed mods directory from the ATutor codebase
[atutor.git] / mods / google_calendar / index_instructor.php
diff --git a/mods/google_calendar/index_instructor.php b/mods/google_calendar/index_instructor.php
deleted file mode 100644 (file)
index aca1d0e..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-<?php\r
-define('AT_INCLUDE_PATH', '../../include/');\r
-require (AT_INCLUDE_PATH.'vitals.inc.php');\r
-require (AT_INCLUDE_PATH.'header.inc.php');\r
-require('get_google_user.php');\r
-?>\r
-<div>\r
-       <p><a href="<?php echo $_SERVER['PHP_SELF'] ?>#setup"><?php echo _AT('google_setup'); ?></a></p>\r
-</div>\r
-<div id="google_calendar" style="margin-left:2em;">\r
-\r
-<?php\r
-\r
-if($calendar_html != ''){\r
-?>\r
-       <iframe src="<?php echo $calendar_html; ?>" style="border: 0" width="95%" height="480" frameborder="0" scrolling="no"></iframe> \r
-\r
-<?php }else{ ?>\r
-\r
-       <iframe src="http://www.google.com/calendar/embed?src=<?php echo $my_email_address; ?>&ctz=<?php echo $timezone; ?>" style="border: 0" width="95%" height="480" frameborder="0" scrolling="no"></iframe>\r
-\r
-<?php } ?>\r
-\r
-</div>\r
-\r
-<a name="setup"></a>\r
-\r
-<h3><?php echo _AT('google_setup'); ?></h3>\r
-<div class="box">\r
-       <?php echo _AT('google_howto'); ?>\r
-</div>\r
-\r
-<h4><?php echo _AT('google_private_calendar_prefs'); ?></h4>\r
-<?php \r
-\r
-require('google_prefs.php');\r
-\r
-require (AT_INCLUDE_PATH.'footer.inc.php'); ?>php require (AT_INCLUDE_PATH.'footer.inc.php'); ?>
\ No newline at end of file