From a1227f69d6769d77d943c3cc256ea6aeaa03f378 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 3 Dec 2003 18:43:41 +0000 Subject: - Removed some dead breadcrumb code identified by Tom Dobes. --- modules/blog.module | 4 ---- 1 file changed, 4 deletions(-) (limited to 'modules/blog.module') diff --git a/modules/blog.module b/modules/blog.module index b7f3ab8c2..90c9e7d60 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 = ""; -- cgit v1.2.3