$lmt) { $theText = substr($theText, 0, $lmt); $theText = substr($theText, 0, strrpos($theText,' ')); $trimmed = TRUE; } if ($trimmed) $theText .= '...'; return $theText; } ?>