- Removed some dead breadcrumb code identified by Tom Dobes.

4.4.x
Dries Buytaert 2003-12-03 18:43:41 +00:00
parent 17519d3ea0
commit a1227f69d6
2 changed files with 0 additions and 8 deletions

View File

@ -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 = "";

View File

@ -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 = "";