Jump to content

Breadcrumb


Recommended Posts

The variable $path is set in breadcrumb.tpl

{if isset($smarty.capture.path)}{assign var='path' value=$smarty.capture.path}{/if}

To change it's value, in other tpl files use:

{capture name=path}{l s='My custom breadcrumb path'}{/capture}
  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...