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 require_once
"$engine_dir/settings.php";
64 require_once
"$engine_dir/load.php";
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)