Ok, simple question here, I'm sure, but being very weak in the coding area, I thought I'd ask here before I screw around with it.

I'm using the great Theme Brain theme, TB Methys, I want to use Ubercart with it. The problem is that the theme doesn't seem to like blocks in which the block title is a link. I'm referring specifically to the Shopping Cart block. The title is not a link when I use that theme, and it looks like this:

href="/cart">Shopping Basket

Looks like part of the HTML code linking to the cart page is showing. Any ideas how to correct this? I think I can figure out how to just make it a standard block title, but that kind of defeats the purpose.

Regards,
Eric

Comments

steveburge’s picture

Hi Eric

I don't think that's unique to TB Methys.

Drupal doesn't process block titles as HTML so normally all you will get is HTML code as the output.

Most likely you'll need a workaround, perhaps putting the title in a custom block and placing that over the Shopping Cart block.

ericinwisconsin’s picture

Yeah, it's not unique, but not all themes handle the block titles that way. TB Purity handles it with no problem. I'm sure it's just a matter of hacking a few lines in the TB Methys CSS files. I'm just looking for some guidance on how to do it.