Pradeep.K Posted August 13, 2015 Share Posted August 13, 2015 Hi, I want customize breadcrumb. I was checking breadcrumb.tpl file and found a variable $path. {$path} I want know how and where value assigned to this variable. Please help me. Link to comment Share on other sites More sharing options...
gabdara Posted August 13, 2015 Share Posted August 13, 2015 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} 1 Link to comment Share on other sites More sharing options...
Recommended Posts