Posted by i25 on February 8, 2013 at 4:39pm
I've built many sites before, but I've never experienced this problem. The logo image is being output with two slashes before the image path. The path is being printed as //themes/theme989274/images/logo.png. I've read posts about changing the base URL etc., but the logo is the ONLY image where this is happening.
My site is in a subdirectory, and I normally uncomment the RewriteBase / line in .htaccess, which I did in this case. This normally works fine, but the logo is not working correctly in this site.
Please advise! Thanks.
Comments
=-=
I suppose it's worth checking the tpl.php file where $logo is printed to ensure there is no extra / in there.
I looked at that before, but
I looked at that before, but I missed a "/" between variables. I removed it... problem solved. Thanks!
<?php print $base_path?>/<?php print $directory;?>