* @copyright Curverider Ltd 2008-2009 * @link http://elgg.com/ * * @uses $vars['entity'] The posted comment to view */ ?>
owner_guid)) {
//display the user icon
echo " " . elgg_view("profile/icon",array('entity' => $post_owner, 'size' => 'small')) . " ";
//display the user name
echo "" . $post_owner->name . " "; } //display the date of the comment echo "" . friendly_time($vars['entity']->time_created) . " "; ?> |
" . parse_urls(elgg_view("output/longtext",array("value" => $vars['entity']->value))) . ""; ?> |