NEUHEIT! Golf Ball Wizard Ballsammler
query($q);
$db->next_record();
$mailingurl=$sess->url(URL . "?page=shop/browse&category_id=".$db->f("category_id"));
$q = "SELECT * FROM mailing";
$db->query($q);
if ($db->next_record()) {
?>
f("mailing_s_image"), "mailing","","","","","","Monats-Mailing anzeigen/ausdrucken","mailingimage"); ?>
$pieces=explode("\n",$db->f("mailing_body"),2);
$text=$pieces[0];
$max=60;
if (strlen($text)>$max) {
$text=substr($text,0,$max);
$text=substr($text,0,strrpos($text," "))."...";
}
echo $text." [mehr...]";
?>
|