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