From a1227f69d6769d77d943c3cc256ea6aeaa03f378 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 3 Dec 2003 18:43:41 +0000 Subject: [PATCH] - Removed some dead breadcrumb code identified by Tom Dobes. --- modules/blog.module | 4 ---- modules/blog/blog.module | 4 ---- 2 files changed, 8 deletions(-) diff --git a/modules/blog.module b/modules/blog.module index b7f3ab8c2ab..90c9e7d609c 100644 --- a/modules/blog.module +++ b/modules/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 = ""; diff --git a/modules/blog/blog.module b/modules/blog/blog.module index b7f3ab8c2ab..90c9e7d609c 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 = "";