Elgg
Version 1.10
views
default
js
elgg
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
if(! $autoload_available) _elgg_services()
Definition:
autoloader.php:20
$amdConfig
$amdConfig
Definition:
require_config.php:3
Generated on Sat Sep 13 2025 00:00:29 for Elgg by
1.9.1