if (dbrows($result)) { echo "
\n"; while($data = dbarray($result)) { $itemsubject = trimlink($data['news_subject'], 23); echo THEME_BULLET." $itemsubject
\n"; } echo "
\n"; }