trends)){ return false; } $html = ''; foreach ($trends->trends as $trend) { $li = '
  • '.$trend->name.'
  • '; $html .= $li; } return $html; } ?>