Elgg  Version 5.0
image_block.php
Go to the documentation of this file.
1 <?php
7 echo elgg_extract('body', $vars, '');
elgg_extract($key, $array, $default=null, bool $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
Definition: elgglib.php:254
$vars['head']
Definition: html.php:24