</tr>
<tr>
        <td nowrap><?php 
echo $LangUI->_('Ethnicity');
?>
:</td>
        <td nowrap width="25%"><b><?php 
echo $recipe->fields['ethnic_desc'];
?>
</b></td>
		<td nowrap><?php 
echo $LangUI->_('Last Modified');
?>
:</td>
        <td nowrap><b><?php 
$date = DBUtils::formatDate($recipe->fields['recipe_modified']);
echo $date[2] + 0 . '/' . ($date[3] + 0) . '/' . $date[1];
?>
                   </b></td>

</tr>
<tr>
        <td nowrap><?php 
echo $LangUI->_('Base');
?>
:</td>
        <td nowrap><b><?php 
echo $recipe->fields['base_desc'];
?>
</b></td>
        <td colspan=2 align="left"><?php