I have installed the robots960 template on my site. I do see an option to turn off the site name as well as an option to show a logo including options to set the path and an upload from your workstation. However, I tried this several times and can not seem to get the logo to display. What I am trying to do is place a custom logo in place of where the site name is displayed.

Thank you - chules

Comments

Daniel Wentsch’s picture

Hi there,

try adding the following to your page.tpl.php:

if ($logo) {
  print '<img src="'. check_url($logo) .'" alt="'. $site_title .'" id="logo" />';
}
lennyaspen’s picture

yes this resolves the image logo issue

quicksketch’s picture

Status: Active » Closed (fixed)