summaryrefslogtreecommitdiffstats
path: root/views/Photos/add.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/Photos/add.html.php')
-rw-r--r--views/Photos/add.html.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/views/Photos/add.html.php b/views/Photos/add.html.php
deleted file mode 100644
index cd6e508..0000000
--- a/views/Photos/add.html.php
+++ /dev/null
@@ -1,5 +0,0 @@
-<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