This Byzantine style mosaic dipicts the healing of two blind men is dated to 1218, and can be found in the Cathedral of Monreale Sicily.
Themed images for Healing.
$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 late 13th century sculpture of a doctor examining a flask is one of the north portal of Rouen Cathedral's quatrefoil panels to the left of the doorway.
This image in the Brancacci Chapel (1425-1427) of St Peter healing the lame with his shadow is by Masaccio.
This stained glass panel (c1450) is in the abbey church of Saint-Taurin at Evreux. It is part of a six panel window depicting events in the life of Saint Taurin. This panel depicts the Resurrecting Euphrasia a girl that had been burnt to death by a devil.
This sculpture (1681), by Pierre Le Gros the Elder, of Jesus healing a blind man is part of the choir screen in Chartres Cathedral.
This stained glass and enamel window (1719-1721) of Jesus Healing The Lame in the church of Saint Michael, Great Witely, was made by Joshua Price and is from a design by the Italian artist Francesco Sleter.







