Themed images for Soldier.

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

Sun, 05/03/2009 - 13:18 - Col Sir Henry Walton Ellis (d1815). Worcester Cathedral, Worcestershire, 03/05/2009.
link to flickr

This monument by John Bacon Jr. It depicts Col Sir Henry Walton Ellis falling from his horse, with Victory crowning him with a Laurel wreath. Col Ellis was killed at Waterloo where he was shot by a musket-ball through the right breast. Having left the field he fell from his horse whilst jumping a ditch, and was carried to a small outhouse where his wound was dressed. However, the outhouse caught fire on the 19th of June and he was severely burned before being rescued.