'div',
'separator' => '/',
'before' => '',
'after' => '',
'show_on_front' => true,
'network' => false,
'show_title' => true,
'show_browse' => true,
'echo' => true,
'post_taxonomy' => array(),
'labels' => array(
'browse' => __( 'You are here:' , 'chimera' )
)
);
breadcrumb_trail( $args );
?>