diff --git a/e107_core/shortcodes/batch/page_shortcodes.php b/e107_core/shortcodes/batch/page_shortcodes.php index dad5d6fff..599e7107b 100644 --- a/e107_core/shortcodes/batch/page_shortcodes.php +++ b/e107_core/shortcodes/batch/page_shortcodes.php @@ -681,8 +681,10 @@ class cpage_shortcodes extends e_shortcode $breadcrumb[] = array('text'=> $row['chapter_name'], 'url'=> e107::getUrl()->create('page/chapter/index', $row,'allow=chapter_id,chapter_sef,book_sef')); } - - + if($action === 'showPage') + { + $breadcrumb[] = array('text'=> $this->var['page_title']); + } e107::breadcrumb($breadcrumb); $this->breadcrumbComplete = true;