sta1r / breadcrumb

Data Source that will provide a focused page breadcrumb from the current page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Breadcrumb

Includes a Data Source that, based on the current page, will provide a focused XML structure representing the parent hierarchy. It is more efficient than a conventional Navigation DS, since there is less redundant data and is much easier to traverse with XPath.

Installation

** Note: The latest version can always be grabbed with "git clone git://github.com/symphonists/breadcrumb.git" **

  1. Upload the 'breadcrumb' folder in this archive to your Symphony 'extensions' folder.

  2. Enable it by selecting the "Breadcrumb", choose "Enable/Install" from the with-selected menu, then click Apply.

  3. Add the "Breadcrumbs" Data Source to your page

Example XML

<breadcrumb>
	<page path="about">About</page>
	<page path="about/contact">Contact</page>
	<page path="about/contact/office">Our Office</page>
</breadcrumb>

About

Data Source that will provide a focused page breadcrumb from the current page

License:Other


Languages

Language:PHP 100.0%