Themed images for Mary-of-Clopas.

$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);
}
?>

Mon, 09/07/2015 - 08:54 - Mary of Clopas - Detail from Crucifixion fresco by Fra Angelico
link to flickr

Detail from Crucifixion fresco by Fra Angelico in the Dominican monastery of San Marco, Florence. This image is a depiction of Mary of Clopas.

Sat, 06/04/2011 - 15:05 - Powell Stained glass designed by Henry Holiday (1891) - Salisbury Cathedral Wiltshire 04/06/2011
link to flickr

This stained glass window, designed by Henry Holiday and made by James Powell & Sons (Whitefriars Glass) around 1891. It depicts Mary the Virgin and Mary the Mother of James, two women closely linked in the Gospels and in Christian tradition through their devotion, faith, and discipleship.