diff options
Diffstat (limited to 'mod/test/views')
-rw-r--r-- | mod/test/views/default/testplugin/pageshell.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mod/test/views/default/testplugin/pageshell.php b/mod/test/views/default/testplugin/pageshell.php index 889fba661..694f26874 100644 --- a/mod/test/views/default/testplugin/pageshell.php +++ b/mod/test/views/default/testplugin/pageshell.php @@ -1 +1,4 @@ -<p><i>Gosh! This view was added to!</i></p>
\ No newline at end of file +<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 |