diff --git a/e107_plugins/gallery/e_shortcode.php b/e107_plugins/gallery/e_shortcode.php index 629f0e23d..8d6ff2092 100644 --- a/e107_plugins/gallery/e_shortcode.php +++ b/e107_plugins/gallery/e_shortcode.php @@ -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); }