elgg_list_river(array $options=array())
List river items.
elgg_is_logged_in()
Returns whether or not the user is currently logged in.
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
elgg_view_layout($layout_name, $vars=array())
Displays a layout with optional parameters.
elgg forward
Meant to mimic the php forward() function by simply redirecting the user to another page...
elgg echo
Translates a string.
elgg_view($view, $vars=array(), $ignore1=false, $ignore2=false, $viewtype= '')
Return a parsed view.
elgg_view_page($title, $body, $page_shell= 'default', $vars=array())
Assembles and outputs a full page.