This stained glass window depicts Hannah, the mother of the prophet Samuel. Dated to 1911 by Powel and Sons, it is located in the south aisle of Salisbury Cathedral in England.
Themed images for Hannah.
$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 stained glass window, designed by Henry Holiday and made by James Powell & Sons (Whitefriars Glass) in 1891, is a beautiful example of late Victorian ecclesiastical art in the Aesthetic–Pre-Raphaelite style.
The composition shows two Old Testament figures, Sarah (left) and Hannah (right), each known for their long-awaited motherhood and faithfulness to God. Both women are rendered in a dignified, contemplative manner, characteristic of Holiday’s sensitive treatment of biblical subjects.


