fein dann jetzt (letztes post habe ich nochmal den unteren teil enfernt war murxkloevekorn hat geschrieben:sind tatsächlich weg.punkte weg

Code: Alles auswählen
if (strlen(trim($teasertext)) == 0) {
$teasertext = strip_tags($article->getContent('CMS_HTML', 1));
$teasertext2 = $teasertext;
$teasertext = capiStrTrimAfterWord($teasertext, $mxtext);
if ($teasertext <= $teasertext2) {
$teasertext.= '';
} else {
$temp_teasertext = $teasertext;
$teasertext.= '...';
}
} // end if
$teasertext = $teasertext." ".$next;
$tpl->set('d', 'HEADLINE', $teaserheadline);
$tpl->set('d', 'TEXT', $teasertext);
$tpl->set('d', 'HREF', $href);
$tpl->set('d', 'IMG', $teaser_img);
if ($teasertext2 > $temp_teasertext) {
$tpl->set('d', 'MORE', mi18n("mehr"));
}
$tpl->next();