Themed images for Merchant.

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

mar, 04/06/2010 - 13:50 - Stained glass. Chartres Cathedral France 06/04/2010
link to flickr

Part of early 13th century window at Chartres cathedral depicting the life of St Nicholas. These panels depict the birth of St Nicholas, and his first bath. The bottom quatrefoil shows two merchant, merchants are also depicted in the bottom corner panels. The top quatrefoil relates to the legend than St Nicholas would only feed from his mother's breast on Wednesday and Friday.

jeu, 04/28/2011 - 11:58 - Detail Life of Mary Window. Chartres Cathedral France 28/04/2011
link to flickr

This panel from the Life of the Virgin Mary window at Chartres Cathedral depicts wine growers, a man and woman, pruning vines. The window was paid for by the Vintners of the town of Chartres in 1217-1220.