what is $logo_block in blueprint page.tpl.php? I looked around and cant seem to figure out what does this output and how i can control this. I googled and nothing came up neither. I also checked the block section and i dont see anything.

Comments

designerbrent’s picture

Status: Active » Fixed

The variable $logo_block is defined in the template.php file and is what decides whether to display either the logo image, site name or any combination of those based on the theme settings.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

fm’s picture

Status: Closed (fixed) » Active

I cannot find $logo_block defined in the template.php file.

It would be nice to be able to apply CSS to the logo text separately from a logo image, which under the current configuration doesn't seem possible.

RKopacz’s picture

I would like to re-open this to ask a question on how to filter $logo_block to separate the site title, site slogan, and logo into separate elements. The way it is composed now, both the logo, site title and the site slogan are all herded into one element called "logo". This makes it hard to do things like format the title from the slogan, or set the postion of these three elements via absolute positioning, for example. I have found the construction for $logo_block in the template.php file, but it is using some fancy coding (the ? : combo for an if / else statement ) and I am having a hard time sorting it out.

Any pointers would be greatly appreciated.