16 'class' =>
'elgg-form-account',
elgg_get_config($name, $site_guid=0)
Get an Elgg configuration value.
elgg_is_logged_in()
Returns whether or not the user is currently logged in.
elgg forward
Meant to mimic the php forward() function by simply redirecting the user to another page...
elgg_load_css($name)
Load a CSS file for this page.
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
elgg echo
Translates a string.
elgg_view_layout($layout_name, $vars=array())
Displays a layout with optional parameters.
if(elgg_is_logged_in()) $title
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())