$count) : // get string-representation of predominant booked rooms if ($pos >= $show) : if ($show > 1)$roominfo .= ', '.sprintf(_("und %s weitere"), (sizeof($rooms)-$show)); break; else : if ($pos > 0) $roominfo .= ', '; $room = Room::find($resource_id); if ($link) : $roominfo .= '' . htmlReady($room->name) . ''; else : $roominfo .= htmlReady($room->name); endif; endif; $pos++; endforeach; ?>