Thank you for the reply, Davo.
I am using 2.0 - And I believe you have pointed me in the right direction.
I'm a novice with programming, and this customization is proving to be more confusing than I anticipated.
Looking at navigationlib.php I see many things. At line 125 I see
array(0=>'system',10=>'category',20=>'course',30=>'structure',40=>'activity',50=>'resource',60=>'custom',70=>'setting', 80=>'user');
This looks to be a logical breadcrumb trail. Editing this, however, yields no changes to how the breadcrumb appears on the site.
Is there another line (or file) where I could edit the trail- for example, if I wanted to remove CATEGORY from the breadcrumb trail... so it would appear home>course instead of home>category>course?
Thanks