'; if (isset($vars['object']) && is_array($vars['object']) && sizeof($vars['object']) > 0) { foreach ($vars['object'] as $type => $list ) { foreach ($list as $message) { echo "
  • "; echo elgg_view('output/longtext', array( 'value' => $message, 'parse_urls' => false )); echo '
  • '; } } } echo '';