From the breadcrumb plugin Breadcrumb NavXT
<?php get_sidebar();?>
<div id="main">
<div id="toolbox">
+ <?php if (function_exists('bcn_display')) {?>
+ <div id="breadcrumbs"><?php bcn_display();?></div>
+ <?php }?>
<?php if(have_posts()) : while(have_posts()): the_post();?>
<?php the_content();?>
<?php endwhile; else:?>
<?php get_sidebar();?>
<div id="main">
<div id="toolbox">
+ <?php if (function_exists('bcn_display')) {?>
+ <div id="breadcrumbs"><?php bcn_display();?></div>
+ <?php }?>
<?php if(have_posts()) : while(have_posts()): the_post();?>
<?php the_content();?>
<?php endwhile; else:?>