The page title is missing.

beginner - July 29, 2005 - 10:56
Project:Lincoln's Revenge
Version:4.6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

The "You are here" breadcrumbs doesn't show the page title. In fact, the page title doesn't appear anywhere, making it hard for forum items for examples to see what topic we are reading.

#1

Steve Viscido - September 19, 2005 - 17:50

Well, I have found a semi-fix for this. The current page title still won't show in the breadcrumbs, but it does show in the title area (at the top). The solution is that the code in page.tpl.php is wrong. It wants to print $page_title, but there doesn't seem to be any such variable. I changed the reference (in 2 places I think) to $title, and now it prints as a title (in header size and font) above the article you're viewing. Since that's the current one and the bread crumbs show everything from there back, it's a satisfactory fix for me. I'd still like the current page title in the bread crumbs but I can live without it, as long as it shows as a title.

#2

twohills - March 24, 2006 - 00:17

if you don't mind that the breadcrumb for the current page is a clickable link, then it is as simple as commenting out this line in menu.inc
array_pop($links);

 
 

Drupal is a registered trademark of Dries Buytaert.