summaryrefslogtreecommitdiffstats
path: root/views/import/index.html.php
blob: da0d396a4a08dc9a95756149f50584c5ab35adc4 (plain)
1
2
3
4
5
<?php
	echo $this->form->create();
		echo $this->form->field(array('type' => 'file'));
	echo $this->form->end();
?>