1 2 3 4 5 6 7 8 9 10 11
<?php $defaults = array( 'alt' => '', 'title' => '', 'border' => 0, ); $attributes = elgg_format_attributes(array_merge($defaults, $vars)); echo "<img $attributes />";