Elgg  Version 1.11
require_config.php
Go to the documentation of this file.
1 <?php
2 
3 $amdConfig = _elgg_services()->amdConfig->getConfig();
4 
5 // Deps are loaded in page/elements/foot with require([...])
6 unset($amdConfig['deps']);
7 ?>
8 // <script>
9 if (typeof require == "undefined") {
10  var require = <?php echo json_encode($amdConfig); ?>;
11 }
_elgg_services()
Definition: autoloader.php:14
$amdConfig