38 'class' =>
'elgg-form-account',
elgg_get_site_url($site_guid=0)
Get the URL for the current (or specified) site.
elgg_get_config($name, $site_guid=0)
Get an Elgg configuration value.
register_error($error)
Display an error on next page load.
elgg_load_css($name)
Load a CSS file for this page.
forward($location="", $reason='system')
Forward to $location.
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
if(elgg_is_logged_in()) $title
if(elgg_get_config('https_login')) $form_params
elgg_is_logged_in()
Returns whether or not the user is currently logged in.
elgg_view_layout($layout_name, $vars=array())
Displays a layout with optional parameters.
elgg_view_page($title, $body, $page_shell='default', $vars=array())
Assembles and outputs a full page.
elgg_view($view, $vars=array(), $bypass=false, $ignored=false, $viewtype='')
Return a parsed view.
elgg_view_form($action, $form_vars=array(), $body_vars=array())