removed mods directory from the ATutor codebase
[atutor.git] / mods / social / profile_picture.php
diff --git a/mods/social/profile_picture.php b/mods/social/profile_picture.php
deleted file mode 100644 (file)
index 5f97130..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php\r
-/************************************************************************/\r
-/* ATutor                                                                                                                              */\r
-/************************************************************************/\r
-/* Copyright (c) 2002-2008 by Greg Gay, Joel Kronenberg & Heidi Hazelton*/\r
-/* Adaptive Technology Resource Centre / University of Toronto                 */\r
-/* http://atutor.ca                                                                                                            */\r
-/*                                                                                                                                             */\r
-/* This program is free software. You can redistribute it and/or               */\r
-/* modify it under the terms of the GNU General Public License                 */\r
-/* as published by the Free Software Foundation.                                               */\r
-/************************************************************************/\r
-// $Id: profile_picture.php 7208 2008-01-09 16:07:24Z greg $\r
-$_user_location        = 'public';\r
-define('AT_INCLUDE_PATH', '../../include/');\r
-require (AT_INCLUDE_PATH.'vitals.inc.php');\r
-$member_id = $_SESSION['member_id'];\r
-$_custom_css = $_base_path . AT_SOCIAL_BASENAME . 'module.css'; // use a custom stylesheet\r
-require('html/profile_picture.html.php'); ?>
\ No newline at end of file