Home › Forums › CSS › CSS and Templates › Re: CSS and Templates
December 2, 2011 at 1:34 pm
#91763
Member
What @TheDoc said:
If you include a file like what he posted on every page you want those images on (lets call it “content.php” for now), then when you want to change one of the images you open up “content.php” and make the change there once. It automatically changes on all the pages that file is included on.
To make sure this works you will need to have all your “pages” or files with this include need a .php extension, and you need to make sure your hosting server allows php, (more than likely Linux server running Apache).