1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Page breadcrumbs added to Magic Shortcode {---BREADCRUMB---}

This commit is contained in:
Cameron
2019-06-15 10:12:00 -07:00
parent 2d82a15282
commit 2fd5238172
3 changed files with 35 additions and 20 deletions

View File

@@ -1671,6 +1671,12 @@ class e_shortcode
public function init() {}
/**
* Breadcrumb calculations should occur in here.
*/
public function breadcrumb() {}
/**
* Sets wrapper id (to be retrieved from the registry while parsing)
* Example e107::getScBatch('contact')->wrapper('contact/form');