1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-22 05:31:58 +02:00
This commit is contained in:
Jimako 2019-07-04 09:50:36 +02:00 committed by GitHub
parent a134a2815d
commit 7e735fa97d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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);
}