How to add breadcrumbs: Difference between revisions

From Joomla! Documentation

Tom Hutchison (talk | contribs)
Tom Hutchison (talk | contribs)
Line 8: Line 8:


[[Category:Component Development]]
[[Category:Component Development]]
[[Category:Tutorials]]

Revision as of 02:17, 8 June 2013

What is a breadcrumb?

Breadcrumbs are nice way to display the connection from the root. It gives you a hierarchical representation with click able links so that user can visit upper links easily. Breadcrumbs can be added in templates by using the object returned by $mainframe->getPathWay(). The member function addItem() allows to add a breadcrumb with the title of choice.

Developer Tutorials