Medieval stained glass dated about 1210 in Chartres Cathedral. This window has detailed scenes from the life of Mary of Magdalene.
$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 dated about 1210 in Chartres Cathedral. This window has detailed scenes from the life of Mary of Magdalene.
This stained glass representation (1878) of Lazarus is by Edward Burne-Jones, and can be found in the south chancel of St Etheldreda and St Wilfrid Guilsborough Northamptonshire.
Scene depicting Mary Magdalene at Evreux Cathedral. This window appears to be 20th century in the style of 13th century stained glass in the south aisle windows. The scenes show the raising of Lazarus, annointing the feet of Jesus, recognizing Jesus after the crucifixion, and bringing oil to annoint the body.