All sorted

I just changed the mospathway joomla call to breadcrumbs and then published the breadcrumbs module. Check the before and after below (around line 82):
Before:
| Code: |
<div id="pathway"><?php mosLoadModules('user4', -1); ?><div id="search"><?php mosLoadModules('user4', -1); ?></div>
|
After:
| Code: |
<div id="pathway"><?php mosLoadModules('breadcrumb', -1); ?><div id="search"><?php mosLoadModules('user4', -1); ?></div>
|
I also added "border: 0;" to the fieldset css in the blue_customize.css..
Cheers,
Chris