aboutsummaryrefslogtreecommitdiff
path: root/mod/blog/lib/blog.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2011-06-26 07:35:36 -0400
committerCash Costello <cash.costello@gmail.com>2011-06-26 07:35:36 -0400
commitce0e0c2480b2506cc5688f94e659de30a952a58b (patch)
treed14b632c43e12c79dc7a8f534151fbe652ac5f2d /mod/blog/lib/blog.php
parent9400f73770d2b50e42cc44a64c5f5888e52a8948 (diff)
downloadelgg-ce0e0c2480b2506cc5688f94e659de30a952a58b.tar.gz
elgg-ce0e0c2480b2506cc5688f94e659de30a952a58b.tar.bz2
made breadcrumbs consistent in content plugins
Diffstat (limited to 'mod/blog/lib/blog.php')
-rw-r--r--mod/blog/lib/blog.php2
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