Code: Select all
<div id="main-top">
<div id="main-top-wrapper" class"clearfix">
<!-- /Moved breadcrumb so it would not interfere with main site -->
<div id="wrapper-breadcrumb">
<?php if ($breadcrumb): ?><div id="breadcrump_over">
<div id="breadcrump_image"></div>
<div id="breadcrumb">
<?php print $breadcrumb; ?></div>
</div><!-- /breadcrumb -->
<?php endif; ?>
<!-- /Moved search so it would opposite the breadcrumb -->
<?php if ($search_box): ?>
<div id="search-box">
<?php print $search_box; ?>
</div><!-- /search-box -->
<?php endif; ?>
</div>
</div><!-- /main-top-wrapper -->
</div><!-- /main-top -->
I am sure I will also have to do some tweaking in the css to help with the layout and function. Thanks for any help anyone can give me...
breeze76