|
Elgg
Version 2.3
|
Go to the source code of this file.
Namespaces | |
| Elgg | |
| Save menu items. | |
Variables | |
| if(!elgg_is_logged_in()) | $entity = elgg_extract('entity', $vars) |
| $comment = elgg_extract('comment', $vars) | |
| $inline = elgg_extract('inline', $vars, false) | |
| $entity_guid_input = '' | |
| if($entity) | $comment_text = '' |
| $comment_guid_input = '' | |
| if($comment && $comment->canEdit()) | else |
| $submit_input = elgg_view('input/submit', array('value' => elgg_echo('comment'))) | |
| $cancel_button = '' | |
| $comment = elgg_extract('comment', $vars) |
| if (!elgg_is_logged_in()) $entity = elgg_extract('entity', $vars) |
| $inline = elgg_extract('inline', $vars, false) |