Re: [PHP] Themes, pictures directory

2005-08-25 Thread John Ellingsworth
Martin You can use this, modified to fit your specific needs: ? // THE NAME OF YOUR IMAGEFILE $imagefile = bla.jpg; //PATH WHERE THE IMAGES ARE STORED ON OUR WEB SERVER $path = /home/user/website.come/themes/default/images/ . $imagefile; //TELL THE BROWSER WE ARE SENDING AN IMAGE

Re: [PHP] Themes, pictures directory

2005-08-25 Thread Raz
Martin Using Apache? Check out http://httpd.apache.org/docs/1.3/misc/rewriteguide.html - all about rewriting URLs...good luck! HTH Raz -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Themes, pictures directory

2005-08-25 Thread Martin ZvarĂ­k
Hi, I have a website, which uses themes. The web tree looks like this: * webroot o *themes* + default # images + red design # images o *index.php* Let's say I choose red design theme. All the