Elgg  Version master
initialize_elgg.js.php
Go to the documentation of this file.
1 <?php
6 echo 'globalThis.elgg = ' . json_encode(_elgg_get_js_page_data($vars)) . ';';
$vars
Definition: theme.php:5
_elgg_get_js_page_data(array $params=[])
Get the initial contents of "elgg" client side.
Definition: views.php:1340