29 'name' =>
'entity_guid',
38 'name' =>
'comment_guid',
41 $comment_label =
elgg_echo(
"generic_comments:edit");
45 $comment_label =
elgg_echo(
"generic_comments:add");
53 'class' =>
'elgg-button-cancel mlm',
59 $comment_input =
elgg_view(
'input/text', array(
60 'name' =>
'generic_comment',
67 $comment_input =
elgg_view(
'input/longtext', array(
68 'name' =>
'generic_comment',
73 'name' =>
'is_edit_page',
82 <
div class=
"elgg-foot">
elgg_is_logged_in()
Returns whether or not the user is currently logged in.
elgg_extract($key, array $array, $default=null, $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
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($view, $vars=array(), $bypass=false, $ignored=false, $viewtype= '')
Return a parsed view.