Elgg  Version 2.3
Variables
head.php File Reference

Go to the source code of this file.

Variables

 $metas = elgg_extract('metas', $vars, array())
 The HTML head. More...
 
 $links = elgg_extract('links', $vars, array())
 
foreach($metas as $attributes) foreach($links as $attributes) $stylesheets = elgg_get_loaded_css()
 
 foreach ($stylesheets as $url)
 
 _require_queue = []
 

Variable Documentation

$links = elgg_extract('links', $vars, array())

Definition at line 13 of file head.php.

$metas = elgg_extract('metas', $vars, array())

The HTML head.

Definition at line 12 of file head.php.

foreach ($metas as $attributes) foreach ($links as $attributes) $stylesheets = elgg_get_loaded_css()

Definition at line 23 of file head.php.

_require_queue = []

Definition at line 38 of file head.php.

foreach($stylesheets as $url)

Definition at line 25 of file head.php.