Go to the source code of this file.
|
global | $CONFIG |
| Core Elgg JavaScript file. More...
|
|
echo;$lib_dir= 'js/lib';$classes_dir= 'js/classes';$files=array( 'vendors/sprintf',"$lib_dir/elgglib","$classes_dir/ElggEntity","$classes_dir/ElggUser","$classes_dir/ElggPriorityList","$lib_dir/prototypes","$lib_dir/hooks","$lib_dir/security","$lib_dir/languages","$lib_dir/ajax","$lib_dir/session","$lib_dir/pageowner","$lib_dir/configuration","$lib_dir/comments","$lib_dir/ui","$lib_dir/ui.widgets",);$root_path=elgg_get_root_path();foreach($files as $file){readfile("{$root_path}$file.js");echo"\n";}?> elgg | version = '<?php echo elgg_get_version(); ?>' |
|
elgg | release = '<?php echo elgg_get_version(true); ?>' |
|
elgg config | wwwroot = '<?php echo elgg_get_site_url(); ?>' |
|
elgg security | interval = <?php echo (int)_elgg_services()->actions->getActionTokenTimeout() * 333 |
|
Core Elgg JavaScript file.
Definition at line 5 of file elgg.php.
echo;$lib_dir = 'js/lib';$classes_dir = 'js/classes';$files = array( 'vendors/sprintf', "$lib_dir/elgglib", "$classes_dir/ElggEntity", "$classes_dir/ElggUser", "$classes_dir/ElggPriorityList", "$lib_dir/prototypes", "$lib_dir/hooks", "$lib_dir/security", "$lib_dir/languages", "$lib_dir/ajax", "$lib_dir/session", "$lib_dir/pageowner", "$lib_dir/configuration", "$lib_dir/comments", "$lib_dir/ui", "$lib_dir/ui.widgets",);$root_path = elgg_get_root_path();foreach ($files as $file) { readfile("{$root_path}$file.js"); echo "\n";}?> elgg version = '<?php echo elgg_get_version(); ?>' |