diff options
Diffstat (limited to 'mod/guidtool/view.php')
-rw-r--r-- | mod/guidtool/view.php | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/mod/guidtool/view.php b/mod/guidtool/view.php deleted file mode 100644 index ba6302d70..000000000 --- a/mod/guidtool/view.php +++ /dev/null @@ -1,22 +0,0 @@ -<?php - /** - * Elgg GUID Tool - * - * @package ElggGUIDTool - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider Ltd - * @copyright Curverider Ltd 2008-2009 - * @link http://elgg.com/ - */ - - $entity_guid = get_input('entity_guid'); - - // Render the file upload page - $title = "GUID: $entity_guid"; - $body = elgg_view_title($title); - $body .= elgg_view("guidtool/profile", array('entity_guid' => $entity_guid)); - - $body = elgg_view_layout('two_column_left_sidebar', '', $body); - - page_draw($title, $body); -?>
\ No newline at end of file |