aboutsummaryrefslogtreecommitdiff
path: root/mod/blog
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
parent9400f73770d2b50e42cc44a64c5f5888e52a8948 (diff)
downloadelgg-ce0e0c2480b2506cc5688f94e659de30a952a58b.tar.gz
elgg-ce0e0c2480b2506cc5688f94e659de30a952a58b.tar.bz2
made breadcrumbs consistent in content plugins
Diffstat (limited to 'mod/blog')
-rw-r--r--mod/blog/languages/en.php6
-rw-r--r--mod/blog/lib/blog.php2
2 files changed, 5 insertions, 3 deletions
diff --git a/mod/blog/languages/en.php b/mod/blog/languages/en.php
index 460c407d9..47dc57dda 100644
--- a/mod/blog/languages/en.php
+++ b/mod/blog/languages/en.php
@@ -12,9 +12,9 @@ $english = array(
'blog:blog' => 'Blog',
'item:object:blog' => 'Blogs',
- 'blog:title:user_blogs' => '%s\'s Blogs',
- 'blog:title:all_blogs' => 'All Site Blogs',
- 'blog:title:friends' => 'Friends\' Blogs',
+ 'blog:title:user_blogs' => '%s\'s blogs',
+ 'blog:title:all_blogs' => 'All site blogs',
+ 'blog:title:friends' => 'Friends\' blogs',
'blog:group' => 'Group blog',
'blog:enableblog' => 'Enable group blog',
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