Open Jimmi08 opened 5 years ago
I am not able to use e107::breadcrumb() in theme_shortcodes to get array of actual breadcrumb. (example is in class2.php where it works)
How to get this array some way? Magic shortcode is not enough because it returns html output not array.
Thanks
This is related: https://github.com/e107inc/e107/issues/3878
there should be core breadcrumb_template and not hardcoded output.
I am not able to use e107::breadcrumb() in theme_shortcodes to get array of actual breadcrumb. (example is in class2.php where it works)
How to get this array some way? Magic shortcode is not enough because it returns html output not array.
Thanks