Topic_GetTopicTagsByLike($sTag,10); foreach ($aTags as $oTag) { echo('
  • '.$oTag->getText().'
  • '); } } ?>