I have taxonomy terms eg books, chairs, tables
Each term has a list of nodes associated with it.
I've created a view to display each list. eg a list of chairs, a list of tables.
When you click on items in the list it goes to a page eg black chairs.
I would like to make a breadcrumb that reads home>>lists>chairs>>black chairs.
How do I write the php snippet to return to true if a taxonomy term 'chairs' is selected then one breadcrumb is displayed, if 'tables' a different breadcrumb, etc.

Thanks,