{** * templates/frontend/components/breadcrumbs_catalog.tpl * * Copyright (c) 2014-2021 Simon Fraser University * Copyright (c) 2003-2021 John Willinsky * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Display a breadcrumb nav item showing the location in the catalog. * This only supports one-level of nesting, as does the category hierarchy data. * * @uses $type string What kind of page should we use to construct urls * (category, series, new)? * @uses $parent Category A parent category if one exists * @uses $currentTitle string The title to use for the current page. * @uses $currentTitleKey string Translation key for title of current page. *}