e107inc / e107

e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap. Issue Discussion Room: https://gitter.im/e107inc/e107
https://e107.org
GNU General Public License v3.0
322 stars 214 forks source link

question to breadcrumbs #3955

Open Jimmi08 opened 5 years ago

Jimmi08 commented 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

Jimmi08 commented 5 years ago

This is related: https://github.com/e107inc/e107/issues/3878

there should be core breadcrumb_template and not hardcoded output.