Themed images for Satyr.

$view = views_get_current_view();

if ($view && !empty($view->args[0])) {
$new_var = $view->args[0];

// Drupal 7: taxonomy_get_term_by_name() still exists but returns an array.
$terms = taxonomy_get_term_by_name($new_var);
$term = FALSE;
if (!empty($terms) && is_array($terms)) {
$term = reset($terms);
}

// Only touch the term if we really have one.
if ($term && isset($term->tid)) {
$tid = $term->tid;
// $desc = 'Themed images for ' . $new_var . ' ' . $term->description;
// Do NOT echo it in a Views PHP area; use it to set a variable instead if needed.
}

$breadcrumb = array(
l(t('Home'), ''),
l(t('Thematic Index'), 'themes/index'),
);
drupal_set_breadcrumb($breadcrumb);
}
?>

Tue, 03/29/2022 - 11:26 - Drinking Satyr by Andrea Briosco  (1515/20) - Kunsthistorisches museum Vienna 29/03/2022
link to flickr

This bronze statue of a Drinking Satyr was created by Andrea Briosco between 1515-20, probably in Padua.

Tue, 03/29/2022 - 12:53 - Triumph of Bacchus (1650/56) by  Michaelina Wautier - Kunsthistorisches museum Vienna 29/03/2022
link to flickr

This painting by Michaelina Wautier is titled "The Triumph of Bacchus" it depicts a nude male figure representing the drunk Bacchus. The representaion of a male nude is rare for a female artists to depict at the time. Other elements contain humans, satyrs and animals.