In my Blueprint theme, the $title of the page is showing up two times.

  • First, where the $title is called in the page.tpl.php file
  • Second, it seems that the same $title is being included in the $content variable
  • The result is that I have two titles showing up above one another (see attached screenshot).

    I tried removing the hardcoded $title call in the page.tpl.php file (leaving it as part of the $content variable), which works for "standard" nodes. However, when creating a page from a view (e.g., with a custom view or when navigating my ubercart catalog), then I get no titles at all.

    Please help!

CommentFileSizeAuthor
Screen shot 2010-11-19 at 12.59.52 PM.png104.64 KBtustind

Comments

tustind’s picture

Can anyone help me with this or point me in the right direction? This seems to be a bug in blueprint, not just my install.

tustind’s picture

I sense a vacuum... where are all the helpful voices that are usually here? Anything?!

nevets’s picture

Does the theme have a node.tpl.php file, in it $title should only print for teasers. See Garland's node.tpl.php for an example.