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:
@@ -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');
|
||||
|
Reference in New Issue
Block a user