aboutsummaryrefslogtreecommitdiff
path: root/views/default/html/img.php
blob: 734e59a55a614138efc6417d22cb60279af9b125 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

$defaults = array(
	'alt' => '',
	'title' => '',
	'border' => 0,
);

$attributes = html5_get_html_attributes(array_merge($defaults, $vars));

echo "<img $attributes />";