We have been evaluating Xerte 3.2 for sometime now and getting close to upgrading our live server currently running version 2.1.
One thing I have noticed about version 3.2 is that I am unable use Site Settings in management.php to change the header banner logos - either the Xerte or the Apereo one using either relative or fully qualified paths. I note that the site_logo and organisational_logo fields get updated in the Xerte database but it seems that the banner code is not using these values but is instead using hard coded images background-image:url(website_code/images/apereoLogo.png) as opposed to the following on our 2.1 server
background-image:url(<?php echo $xerte_toolkits_site->site_url . $xerte_toolkits_site->organisational_logo ?>)
Is this a known issue? Should we retro update our 3.2 background-image code?
Brian