diff options
Diffstat (limited to 'views/Profile/add.html.php')
-rw-r--r-- | views/Profile/add.html.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/views/Profile/add.html.php b/views/Profile/add.html.php deleted file mode 100644 index 76744b9..0000000 --- a/views/Profile/add.html.php +++ /dev/null @@ -1,4 +0,0 @@ -<?= $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 |