Example #1
0
Form::Label("Champion name", "champion");
?>
				<br />
				<?php 
Form::Textbox("champion", "champion");
?>
			</td>
		</tr>
		<tr>
			<td>
				<?php 
Form::Label("Champion image (.png, max size: 300kB)", "image");
?>
				<br />
				<?php 
Form::Filebox("image", "image");
?>
			</td>
		</tr>
		<tr>
			<td class="align-center">
				<?php 
Form::SubmitButton("submit", "Add");
?>
			</td>
		</tr>
	</table>
</form>

<?php 
require_once $_SERVER['DOCUMENT_ROOT'] . "/include/footer.php";