diff options
author | Michael Francis <edude03@gmail.com> | 2011-05-28 13:28:16 -0400 |
---|---|---|
committer | Michael Francis <edude03@gmail.com> | 2011-05-28 13:28:16 -0400 |
commit | 2389d66da849798f8d4ec5f10e3b07c11da49185 (patch) | |
tree | e22556d12982395b469a23420c662662e3e064cc /views/Photos/add.html.php | |
download | otakuhub-2389d66da849798f8d4ec5f10e3b07c11da49185.tar.xz |
Initial Commit
Diffstat (limited to 'views/Photos/add.html.php')
-rw-r--r-- | views/Photos/add.html.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/views/Photos/add.html.php b/views/Photos/add.html.php new file mode 100644 index 0000000..cd6e508 --- /dev/null +++ b/views/Photos/add.html.php @@ -0,0 +1,5 @@ +<h1>Upload a photo</h1> +<?= $this->form->create($photo, array('type' => 'file')); ?> + <?= $this->form->field('file', array('type' => 'file')); ?> + <?= $this->form->submit("Upload"); ?> +<?= $this->form->end(); ?>
\ No newline at end of file |