These stained glass panels from the apse of Tours cathedral, depict the Last Supper and Jesus Washing the Disciples Feet, are dated to about 1250.
Themed images for Last-Supper.
$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);
}
?>
This intricately carved wooden relief panel forms part of the central doors of the Church of Saint-Maclou in Rouen, created by local cabinetmakers and sculptors in the early 16th century. The central medallion depicts the Last Supper, where Christ is shown seated among his apostles, blessing the bread and wine in the moment of instituting the Eucharist. This pivotal event in the Christian narrative symbolizes communion, sacrifice, and divine unity, themes central to the faith and to the liturgical life of the church.
This 17th century Netherlandish roundel, at Fawsley Northamptonshire, depicts the Last Supper with Judas leaving holding a bag of silver.
This scene from the Last Supper is by Edward Burne-jones and is one of the W.C. Buckley memorial panels at Middleton Cheney.





