View Full Version : How to change image-dir
Grubolsch
6 Dec 2007, 2:25 PM
This may be the most stupid question ever asked here, but how do you change the directory of the images? Default it is "images/" but I want it to be "js/resources/images/". I looked at the manual, but I didn't find any constants refering to the image-dir.
Can you give some context to this question? If you look in ext-all.css you'll see all the references to '../images/' for background and background-image, but as ext-all.css is located in "/myExtFoldersName/resources/css" and the images are in "/myExtFoldersName/resources/images" I don't really get what you mean (or why you'd want to change it)?
tryanDLS
6 Dec 2007, 2:52 PM
You really don't want to change the location of the images b/c the CSS refs them by relative path. If you change them, you'd have to redo that everytime a new version came out.
Powered by vBulletin® Version 4.1.5 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.