Themed images for Saint-Mathias.

$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);
}
?>

Fri, 04/29/2011 - 13:59 - Stained glass. Evreux Cathedral France 29/04/2011
link to flickr

This stained glass window (1330-1333), containing images of the Virgin and Child and John the Baptist, is part of the apse windows above the choir in Evreux Cathedral.

 

Thu, 09/10/2015 - 10:16 - Martyrdom of St Matthew by Gioacchino Fortinii - San Gaetano, Florence 10/09/2015
link to flickr

This 1696 low releief sculpture, depicts the martyrdom of Saint Mathias. It is by Gioacchino Fortini, and can be found in the church of San Gaetano, Florence.