if ($cc_settings['Group'] == 'date' && $groupHeader = ( $curDep == $f_Date_day ? NULL : $curDep = $f_Date_day )) {
?> echo $groupHeader.".".$f_Date_month.".".$f_Date_year ?>
}
if ($cc_settings['Group'] == 'month' && $groupHeader = ( $curDep == $f_Date_month ? NULL : $curDep = $f_Date_month )) {
?> echo $groupHeader.".".$f_Date_year ?>
}
if ($f_Title) {
?> echo nc_edit_inline('Title', $f_RowID, $cc) ?>
}
if ($f_Description) { ?> echo nc_edit_inline('Description', $f_RowID, $cc) ?>
}
if ($f_File) { ?> Скачать файл...
}
if ($cc_settings['DateStyle'] != 'disable') {
?>
}
?>