This Salvator Mundi (1530) is by Titian and located in the Kunsthistorisches museum Vienna.
Themed images for Salvator-Mundi.
$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);
}
?>
Stained glass panel depicting Christ as "Salvator Mundi" by Burlison and Grylls (1892) in a south window of the Lady Chapel Worcester Cathedral.
This Salvator Mundi, in the cloisters of Gloucester Cathedral, is by John Hardman. The central figure has Cherubim peeking out from behind him. Two saints are on either side whilst Seraphim play musical instruments above.
This image on the theme of Salvator Mundi, is by Christopher Whall and is in the north wall of the Lady Chapel at Gloucester Cathedral.





