removed mods directory from the ATutor codebase
[atutor.git] / mods / marratech / index.php
diff --git a/mods/marratech/index.php b/mods/marratech/index.php
deleted file mode 100644 (file)
index 97d5d68..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php\r
-define('AT_INCLUDE_PATH', '../../include/');\r
-require (AT_INCLUDE_PATH.'vitals.inc.php');\r
-$_custom_css = $_base_path . 'mods/elluminate/module.css'; // use a custom stylesheet\r
-require (AT_INCLUDE_PATH.'header.inc.php');\r
-?>\r
-<div>\r
-<a href="<?php echo $_SERVER['PHP_SELF']; ?>" onclick="window.open('<?php echo $_config['marratech']; ?>','marratechwin','width=800,height=720,scrollbars=yes, resizable=yes'); return false"><?php echo  _AT('marratech_own_window'); ?></a> </li>\r
-\r
-<iframe name="marratech" id="marratech" title="Marratech" frameborder="1" scrolling="auto" src="<?php echo $_config['marratech']; ?>/index.jsp" height="500" width="90%" align="center" style="border:thin white solid; align:center;" allowautotransparency="true"></iframe>\r
-\r
-</div>\r
-<?php require (AT_INCLUDE_PATH.'footer.inc.php'); ?>
\ No newline at end of file