diff options
Diffstat (limited to 'modules/blog/blog.module')
-rw-r--r-- | modules/blog/blog.module | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/blog/blog.module b/modules/blog/blog.module index b7f3ab8c2..90c9e7d60 100644 --- a/modules/blog/blog.module +++ b/modules/blog/blog.module @@ -115,10 +115,6 @@ function blog_feed_last() { function blog_page_user($uid) { $account = user_load(array((is_numeric($uid) ? "uid" : "name") => $uid, "status" => 1)); - // Breadcrumb navigation: - $breadcrumb[] = l(t("Home"), ""); - $breadcrumb[] = t("blogs"); - $title = t("%name's blog", array("%name" => $account->name)); $output = ""; |