summaryrefslogtreecommitdiffstats
path: root/views/profile/add.html.php
blob: 76744b9595978cf9d72e70eed7c32beefa758a94 (plain)
1
2
3
4
<?= $this->form->create($photo, array('type' = > 'file')); ?>
<h1>Upload a photo</h1>
		<?= $this->form->field('file', array('type' => 'file')); ?>
	<? $this->form->end(); ?>