mirror of
https://github.com/e107inc/e107.git
synced 2025-04-22 05:31:58 +02:00
fix for #3876
This commit is contained in:
parent
a134a2815d
commit
7e735fa97d
@ -51,7 +51,7 @@ class gallery_shortcodes extends e_shortcode
|
||||
$breadcrumb[] = array('text' => $this->sc_gallery_cat_title('title'), 'url' => e107::getUrl()->create('gallery/index/list', $this->var));
|
||||
}
|
||||
|
||||
var_dump($breadcrumb);
|
||||
//var_dump($breadcrumb);
|
||||
|
||||
e107::breadcrumb($breadcrumb);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user