removed mods directory from the ATutor codebase
[atutor.git] / mods / wordpress / index_public.php
diff --git a/mods/wordpress/index_public.php b/mods/wordpress/index_public.php
deleted file mode 100644 (file)
index cf2ca95..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php\r
-\r
-$_user_location        = 'public';\r
-\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
-?>\r
-\r
-<a href="<?php echo $_config['wp-url']; ?>" target="toolwin">\r
-<?php echo _AT('wordpress_login'); ?><?php echo _AT('wordpress_login_newwin'); ?></a>\r
-<iframe src="<?php echo $_config['wp-url']; ?>" width="95%" height="450" style="border:none;" name="blog_frame">\r
-<p><?php echo _AT('wordpress_no_iframe',$_config['wp-url']); ?>"><?php echo _AT('wordpress_login'); ?></a></p>\r
-</iframe>\r
-\r
-<?php require (AT_INCLUDE_PATH.'footer.inc.php'); ?>
\ No newline at end of file