Elgg  Version 1.11
Variables
elgg.php File Reference

Go to the source code of this file.

Variables

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()
 

Variable Documentation

◆ $CONFIG

global $CONFIG

Core Elgg JavaScript file.

Definition at line 5 of file elgg.php.

◆ version

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()

Definition at line 58 of file elgg.php.