summaryrefslogtreecommitdiff
path: root/modules/blog/blog.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-12-03 18:43:41 +0000
committerDries Buytaert <dries@buytaert.net>2003-12-03 18:43:41 +0000
commita1227f69d6769d77d943c3cc256ea6aeaa03f378 (patch)
treea9f7b101b501a393f2a98cfbb16f958857f1b7fd /modules/blog/blog.module
parent17519d3ea0be83e05f32f0618a066b660f9a1b51 (diff)
downloadbrdo-a1227f69d6769d77d943c3cc256ea6aeaa03f378.tar.gz
brdo-a1227f69d6769d77d943c3cc256ea6aeaa03f378.tar.bz2
- Removed some dead breadcrumb code identified by Tom Dobes.
Diffstat (limited to 'modules/blog/blog.module')
-rw-r--r--modules/blog/blog.module4
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 = "";