- πΊπ¦Ukraine AstonVictor
I'm closing it because the issue was created a long time ago without any further steps.
if you still need it then raise a new one.
thanks
I'm trying to find a way to print the Panels Breadcrumb on emails, print pages, and PDF files generated by the print module β .
The print module uses print.tpl.php to lay out the documents for printing. The line that inserts the breadcrumb is
<div class="print-breadcrumb"><?php print theme('print_breadcrumb', array('node' => $node)); ?></div>
which ends up producing a breadcrumb such as Home>Node Title. Not what I want.
What I need is the breadcrumb produced by Panels Breadcrumb which for instance might be Home>All Tutorials>Text Tutorials or whatever is defined for the particular panel page.
What would I use to replace the breadcrumb line in the template in order to use the Panels Breadcrumb?
By the way, this is an excellent module. I struggled for quite awhile trying to find a way to get my breadcrumbs the way I wanted them before I came across this module.
Closed: outdated
2.2
Miscellaneous
I'm closing it because the issue was created a long time ago without any further steps.
if you still need it then raise a new one.
thanks