removed mods directory from the ATutor codebase
[atutor.git] / mods / wordpress / index_mystart.php
diff --git a/mods/wordpress/index_mystart.php b/mods/wordpress/index_mystart.php
deleted file mode 100644 (file)
index d66deed..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php\r
-$_user_location        = 'users';\r
-define('AT_INCLUDE_PATH', '../../include/');\r
-require (AT_INCLUDE_PATH.'vitals.inc.php');\r
-$_custom_css = $_base_path . 'mods/wordpress/module.css'; // use a custom stylesheet\r
-require (AT_INCLUDE_PATH.'header.inc.php');\r
-$p = intval($_GET['p']);\r
-?>\r
-\r
-<a href="<?php echo $_config['wp-url']; ?>wp-login.php" target="toolframe">\r
-<?php echo _AT('wordpress_login'); ?></a>\r
-<iframe name="toolframe"  src="<?php echo $_config['wp-url']; ?><?php if($p !=''){ echo 'index.php?p='.$p;} ?>" width="95%" height="450" style="border:none;">\r
-<p><?php echo _AT('wordpress_no_iframe',$_config['wp-url']); ?>"><?php echo _AT('wordpress_login'); ?></a></p>\r
-</iframe>\r
-<?php require (AT_INCLUDE_PATH.'footer.inc.php'); ?>\r