field_portfolio_term[LANGUAGE_NONE])) {
$term = $node->field_portfolio_term[LANGUAGE_NONE];
if (!empty($term)) {
foreach ($term as $t) {
if ($term_class == '') {
$term_class .= 'edit-field-portfolio-term-tid-' . $t['tid'];
} else {
$term_class .= ' edit-field-portfolio-term-tid-' . $t['tid'];
}
}
}
}
?>
' . $term_class . '
'; ?>