16     'class' => 
'elgg-form-account',
 
elgg_get_config($name, $site_guid=0)
Get an Elgg configuration value.
 
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
 
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_form($action, $form_vars=array(), $body_vars=array())