';
echo "$errorCount";
} if (($warningCount = Report::getWarningCount()) > 0) {
echo '
';
echo "$warningCount";
} if (($infoCount = Report::getInfoCount()) > 0) {
echo '
';
echo "$infoCount";
}
} else {
echo lang('no_issues');
} ?>
| ".lang($category)." | \n"; echo "\n"; echo " | ".lang('code')." | \n"; echo "
|---|---|---|
| ".lang($info->title)." | \n"; echo ""; if ($info->display_value != null) { _lang($info->display_value); } else if ($info->values != null) { for ($i = 0; $i < count($info->values); $i++) { $valArray = $info->values[$i]; foreach ((array) $valArray['values'] as $value) if ($value != null) echo '', $value, ' '; } } echo " | \n"; echo "\n";
if ($info->values != null) {
$count = count($info->values);
echo $count > 1 ? '
| ';
echo '
';
elseif ($report->severity == REPORT_LEVEL_WARNING)
echo '
';
elseif ($report->severity == REPORT_LEVEL_INFO)
echo '
';
echo $report->title ?>
".$expl."
"; // if the line starts with a tag do not add inside p } if ($report->whattodo != null) { echo "".$todo."
"; } if ($report->further != null) { echo "