removed mods directory from the ATutor codebase
[atutor.git] / mods / google_calendar / index_mystart.php
diff --git a/mods/google_calendar/index_mystart.php b/mods/google_calendar/index_mystart.php
deleted file mode 100644 (file)
index 34375f5..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-<?php\r
-$_user_location        = 'users';\r
-\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
-?>\r
-<div>\r
-<p><a href="<?php echo $_SERVER['PHP_SELF'] ?>#setup"><?php echo _AT('google_setup'); ?></a></p>\r
-</div>\r
-\r
-<div id="google_calendar" style="margin-left:2em;">\r
-\r
-<?php\r
-\r
-if($calendar_html != ''){\r
-?>\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
-?>\r
-\r
-</div>\r
-<a name="setup"></a>\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'); ?>
\ No newline at end of file