GetPopularTags(100000,'tag','asc'); $columnlength = ceil(sizeof($tags)/ $columns); $startat = 0; $groupposition = 1; $out = ""; if ($tags) { foreach($tags as $tag) { if ($startat == 0){ $out .= "
"; } $groupposition += 1; } } else { $out = __("No Tags", $lzndomain); } if ($startat > 0) $out .= ""; return $out; } ?>