5 elgg_deprecated_notice(
'elgg.walled_garden JS library is deprecated. Use elgg/walled_garden AMD module instead',
'2.3');
15 'class' =>
'elgg-walledgarden-double',
16 'id' =>
'elgg-walledgarden-login',
_elgg_view_may_be_altered($view, $path)
Is there a chance a plugin is altering this view?
elgg_view_layout($layout_name, $vars=array())
Displays a layout with optional parameters.
elgg_require_js($name)
Request that Elgg load an AMD module onto the page.
elgg_load_css($name)
Load a CSS file for this page.
elgg echo
Translates a string.
elgg_view($view, $vars=array(), $ignore1=false, $ignore2=false, $viewtype= '')
Return a parsed view.
elgg_deprecated_notice($msg, $dep_version, $backtrace_level=1)
Log a notice about deprecated use of a function, view, etc.
elgg_load_js($name)
Load a JavaScript resource on this page.
elgg_view_page($title, $body, $page_shell= 'default', $vars=array())
Assembles and outputs a full page.