49 if (!is_file(
"$engine_dir/settings.php")) {
50 header(
"Location: install.php");
54 if (!is_readable(
"$engine_dir/settings.php")) {
55 echo "The Elgg settings file exists but the web server doesn't have read permission to it.";
59 include_once(
"$engine_dir/settings.php");
63 require_once(
"$lib_dir/autoloader.php");
64 require_once(
"$lib_dir/elgglib.php");
98 'private_settings.php',
113 'deprecated-1.7.php',
114 'deprecated-1.8.php',
115 'deprecated-1.9.php',
119 require_once(
"$lib_dir/$file");
elgg_is_registered_viewtype($viewtype)
Checks if $viewtype is registered.
_elgg_load_plugins()
Loads all active plugins in the order specified in the tool admin panel.
elgg_set_viewtype($viewtype="")
Manually set the viewtype.
elgg_get_viewtype()
Return the current view type.
elgg echo
Translates a string.
global $START_MICROTIME
The time with microseconds when the Elgg engine was started.
elgg global
Pointer to the global context.
global $CONFIG
Configuration values.
clearfix elgg elgg elgg elgg page header
elgg_trigger_event($event, $object_type, $object=null)
Trigger an Elgg Event and attempt to run all handler callbacks registered to that event...