18 'href' =>
"collections/add/$owner->guid",
20 'link_class' =>
'elgg-button elgg-button-action',
30 'context' =>
'collections',
elgg_view_access_collections($owner_guid)
Displays a user's access collections, using the core/friends/collections view.
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
if($owner->canEdit()) $content
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_register_menu_item($menu_name, $menu_item)
Register an item for an Elgg menu.
elgg_get_logged_in_user_entity()
Return the current logged in user, or null if no user is logged in.
elgg_view_page($title, $body, $page_shell= 'default', $vars=array())
Assembles and outputs a full page.