Home » Magazin


post_content);
$words = explode(‚ ‚, $My_Content, 21);
if (count($words) > 20) {
array_pop($words);
array_push($words, ‚ …‘);
$My_Content = implode(‚ ‚, $words);
}
$MyCat_Echo .= ‚ ‚ . $My_Content . ‚
‚;
}
}
echo $MyCat_Echo;
?>