diff options
Diffstat (limited to 'views/import')
-rw-r--r-- | views/import/index.html.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/views/import/index.html.php b/views/import/index.html.php new file mode 100644 index 0000000..da0d396 --- /dev/null +++ b/views/import/index.html.php @@ -0,0 +1,5 @@ +<?php + echo $this->form->create(); + echo $this->form->field(array('type' => 'file')); + echo $this->form->end(); +?>
\ No newline at end of file |