Stained glass panels depicting St James and St Thomas. These panels (1475-1480) are two of the lancet windows below rose window in the south transept of Evreux Cathedral.
Themed images for Saint-James.
$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);
}
?>
Medieval stained glass depicting six of the twelve apostles at Great Malvern Priory.
From left to right are St Bartholomew, Simon the Zealot, St Jude, St Paul, St James, and St Matthew.
These four Victorian stained glass panels, by Clayton and Bell, are in the quire clerestory of Gloucester cathedral. The panels show four of the disciples St Matthew, St Thomas, St James, and St Thaddaeus.
This stained glass window, designed by Henry Holiday and made by James Powell & Sons (Whitefriars Glass) in 1891, depicts Saint Joseph and Saint James the Less. It forms part of the distinguished series of Powell windows in Salisbury Cathedral, in which pairs of saints are presented as complementary examples of faith, vocation, and devotion.





