Elgg
Version 1.11
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
_elgg_services()
Definition:
autoloader.php:14
$amdConfig
$amdConfig
Definition:
require_config.php:3
Generated on Fri Aug 29 2025 00:00:38 for Elgg by
1.9.1