Themed images for Saint-Eustace.

$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, 04/06/2010 - 15:39 - Martyrdom of St. Eustace and his family. Chartres Cathedral France 06/04/2010
link to flickr

Sculpture of St Eustace and his family being broiled in a brazen bull. South porch of Chartres Cathedral and dated to between 1194 and 1230.

Sat, 04/23/2011 - 13:29 - Stained glass by Durer 'Scenes from the Life of St. Eustace'. St Etienne Beauvais France 23/04/2011
link to flickr

According to a 7th century legend, Eustace saw a vision of Christ between the antlers of a stag. He then became baptised along with the rest of his family. This stained glass is dated 1554 from the church Saint-Etienne Beauvais.