Active
Project:
Blueprint
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Oct 2010 at 06:07 UTC
Updated:
12 Sep 2011 at 20:25 UTC
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
Comment #1
designerbrent commentedThe 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.
Comment #3
fm commentedI 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.
Comment #4
RKopacz commentedI 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.