Go to the source code of this file.
◆ $css
◆ $elgg_init
◆ $html5shiv_url
◆ $ie_url
◆ $js
◆ $links
◆ $metas
The HTML head. 
JavaScript load sequence (set in views library and this view)
- Elgg's initialization which is inline because it can change on every page load.
 
- RequireJS config. Must be loaded before RequireJS is loaded.
 
- RequireJS
 
- jQuery
 
- jQuery migrate
 
- jQueryUI
 
- elgg.js
 
@uses $vars['title'] The page title @uses $vars['metas'] Array of meta elements @uses $vars['links'] Array of links 
Definition at line 20 of file head.php.
 
 
◆ foreach
      
        
          | foreach($js as $url)  | 
          ( | 
            | 
          $css as | ) | 
           |