You are here

function theme_spaces_design_logo in Spaces 6.2

Make logo markup overridable.

1 theme call to theme_spaces_design_logo()
spaces_design_preprocess_page in spaces_design/spaces_design.module
Turn design choices into theme variables.

File

spaces_design/spaces_design.module, line 86

Code

function theme_spaces_design_logo($filepath) {
  return theme('imagecache', 'spaces-logo', $filepath);
}