diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-03-31 13:34:41 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-03-31 13:34:41 +0000 |
commit | aecf239a1aac95800bc7a34434bf4d96f528269d (patch) | |
tree | 823d757e9c53a6c1dda0979259cc5941f0fab85e /mod/test/views/default/testplugin/pageshell.php | |
parent | 9e349a24a228680660e2be031783d5b9fcb253b0 (diff) | |
download | elgg-aecf239a1aac95800bc7a34434bf4d96f528269d.tar.gz elgg-aecf239a1aac95800bc7a34434bf4d96f528269d.tar.bz2 |
Removing the mod/test plugin. It doesn't need to be here...
git-svn-id: https://code.elgg.org/elgg/trunk@294 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/test/views/default/testplugin/pageshell.php')
-rw-r--r-- | mod/test/views/default/testplugin/pageshell.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mod/test/views/default/testplugin/pageshell.php b/mod/test/views/default/testplugin/pageshell.php deleted file mode 100644 index 694f26874..000000000 --- a/mod/test/views/default/testplugin/pageshell.php +++ /dev/null @@ -1,4 +0,0 @@ -<form action="<?php echo $vars['url']; ?>action/banana" method="post">
- <p><i>Gosh! This view was added to!</i></p>
- <input type="submit" value="Go" />
-</form>
\ No newline at end of file |