Anyone thats has the same problem I actually figured it out. Here thecode to get breadcrumbs back in the title bar
Code:
<title>Put | Whatever | You want | In Here | {if $config.SEO.page_title_format eq "A"}{section name=position loop=$location step=-1}{$location[position].0|escape}{if not %position.last%} | {/if}{/section}{else}{section name=position loop=$location}{$location[position].0|escape}{if not %position.last%} | {/if}{/section}{/if}</title>
Thanks cotc2001 Im going to check out BCSE to see if they have a mod for custom titles. But at least I got the breadcrumb thing working for now.