0){
echo '
';
while($row = mysql_fetch_array($result)){
$sql2 = "SELECT * FROM ".PLOG_PREFIX."articles_text WHERE article_id = '$row[0]'";
$result2 = mysql_query($sql2,$db);
while($row2 = mysql_fetch_array($result2)){
echo '- '.$row2[3].'
';
}
}
echo '
';
}else{
echo ''._AT('none_found').'';
}
?>
assign('dropdown_contents', ob_get_contents());
ob_end_clean();
$savant->assign('title', _AT('plog_current'));
$savant->display('include/box.tmpl.php');
?>