diff options
Diffstat (limited to 'mod/blog/lib/blog.php')
| -rw-r--r-- | mod/blog/lib/blog.php | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/blog/lib/blog.php b/mod/blog/lib/blog.php index 6bdbc8b1f..4d1edd50e 100644 --- a/mod/blog/lib/blog.php +++ b/mod/blog/lib/blog.php @@ -88,6 +88,8 @@ function blog_get_page_content_list($container_guid = NULL) {  	} else {  		$return['filter_context'] = 'all';  		$return['title'] = elgg_echo('blog:title:all_blogs'); +		elgg_pop_breadcrumb(); +		elgg_push_breadcrumb(elgg_echo('blog:blogs'));  	}  	// show all posts for admin or users looking at their own blogs  | 
