5
if ($storypage == 0) {
$story['text'] = $story['text'].'
'.news_getmoduleoption('advertisement').'
'.$articletext[$storypage];
} else {
$story['text'] = $articletext[$storypage];
}
} else {
$story['text'] = $story['text'].'
'.news_getmoduleoption('advertisement').'
'.$bodytext;
}
}
Hm,..... which < br / > in which line exactly? As you can see there are more.
Thanks, Shine