
Originally Posted by
pfabrick
OK, so something about this was bothering me so I went out to my testsite and set up 2 sites both pointing to the same template. I then made the logo defines in the both config_siteName files and it worked. I have the same template on two different sites, but using logo1.png for the first site and logo2.png for the second. Everything seems to be working correctly....they way you want it to.
Maybe there's something else wrong with your setup. Do you have the firebug extension installed on firefox? Try inspecting the logo for both sites and see where the file is pointing to.
BTW, it makes sense that you should define the following as well in the config files if your logos are different sizes:
define('HEADER_LOGO_WIDTH', '200px');
define('HEADER_LOGO_HEIGHT', '70px');
Gotta admit, for some reason it never occurred to me that you could use the same template (all of our stores are dissimilar), but it makes sense maintenance & upgrade-wise if your stores only vary by a logo.
Bookmarks