Home
if ( function_exists('HAG_Breadcrumbs') ) {
$args = array(
'prefix' => '
You are here: '
, 'home_show' => true
, 'wrapper_element' => 'div'
, 'wrapper_class' => 'inside'
, 'wrapper_id' => ''
, 'crumb_element' => 'span'
, 'crumb_class' => 'crumb'
, 'separator' => '
/ '
);
HAG_Breadcrumbs($args);
}