Hi
how can I disable link Home>Home
thanks
Hi how can I disable link Home>Home thanks Sleepless |
That is the breadcrumb menu; the menu that shows where you are in the hierarchy of things. Personally, in the situation of a social site, I don't see a need for a breadcrumb menu. We actually had a discussion about this with the CMS I help out with and our consensus was that we would not include one. In a forum application, breadcrumb menus are very useful. If you like, you can just turn off the breadcrumb menu unless you really see a need for it. Geeks, making the world a better place |
if yuou want to get rid of the whole breadcrumb like GG suggested - in your template (tmpl_yours) - css - general.css, and add: div.sys_breadcrumb {
and make sure to clear your cache caredesign.net |