I am a website developer and I have employed reading the $_SERVER['URI'] to determine what the logo of the website is and the landing page. I've done this for a site that sells numerous products. I'm know I'm not the first one to do this. That seems to be the easiest way I know of doing it. The problem is that I'm using a template that is encrypted that I can't access. If I can get the template designer to allow me to put a header in there I can solve the problem. But if I can't, what are some other ideas of a PHP script that can go into the style sheet and change these two graphic variables? That's where both of these are coded. I can use the PHP Echo command I believe and put it inline. But if I can't do this is .htaccess a possibility? I know that's off topic for this group but I'm just asking.
Thank you in advance and looking for some great suggestions.