41         <script src=
"<?php echo $html5shiv_url; ?>"></script>
 
   52         <link rel=
"stylesheet" href=
"<?php echo $ie_url; ?>" />
 
   61 echo 
elgg_view_deprecated(
'page/elements/shortcut_icon', array(), 
"Use the 'head', 'page' plugin hook.", 1.9);
 
elgg_get_simplecache_url($type, $view)
 
elgg_extract($key, $array, $default=null, $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
 
elgg_get_loaded_js($location='head')
Get the JavaScript URLs that are loaded.
 
elgg_get_loaded_css()
Get the loaded CSS URLs.
 
foreach($metas as $attributes) foreach($links as $attributes) $js
 
elgg_format_element($tag_name, array $attributes=array(), $text='', array $options=array())
Format an HTML element.
 
if(file_exists($welcome)) $vars
 
elgg_view($view, $vars=array(), $bypass=false, $ignored=false, $viewtype='')
Return a parsed view.
 
elgg_view_deprecated($view, array $vars, $suggestion, $version)
Display a view with a deprecation notice.