27 'name' =>
'entity_guid',
36 'name' =>
'comment_guid',
39 $comment_label =
elgg_echo(
"generic_comments:edit");
43 $comment_label =
elgg_echo(
"generic_comments:add");
51 'class' =>
'elgg-button-cancel mlm',
57 $comment_input =
elgg_view(
'input/text', array(
58 'name' =>
'generic_comment',
66 $comment_input =
elgg_view(
'input/longtext', array(
67 'name' =>
'generic_comment',
77 <
div class=
"elgg-foot">
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 echo
Translates a string.
elgg_view($view, $vars=array(), $ignore1=false, $ignore2=false, $viewtype= '')
Return a parsed view.
elgg_extract($key, $array, $default=null, $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.