Elgg  Version 1.9
Variables
img.php File Reference

Go to the source code of this file.

Variables

if(!isset($vars['alt'])) $vars ['src'] = elgg_normalize_url($vars['src'])
 Elgg image view. More...
 
 $attributes = elgg_format_attributes($vars)
 

Variable Documentation

$attributes = elgg_format_attributes($vars)

Definition at line 16 of file img.php.

$vars['src'] = elgg_normalize_url($vars['src'])

Elgg image view.

string $vars['src'] The image src url (required). string $vars['alt'] The alternate text for the image (required).

Definition at line 13 of file img.php.