6 foreach (
$js as $script) { ?>
 
    7     <script src=
"<?php echo htmlspecialchars($script, ENT_QUOTES, 'UTF-8'); ?>"></script>
 
   14 require(<?php echo json_encode(
$deps); ?>);
 
if(! $autoload_available) _elgg_services()
 
elgg_get_loaded_js($location='head')
Get the JavaScript URLs that are loaded.
 
elgg_view_deprecated($view, array $vars, $suggestion, $version)
Display a view with a deprecation notice.