From: Jason H. <jc...@ey...> - 2001-09-14 18:27:52
|
To clear any cloudy air, so accessing ANYTHING in resources/ will be a combination of a constant and an absolute path, correct? TMPL EG: <script src="<?=RESOURCE_CONSTANT?>/what/ever/script.js"> <img src="<?=RESOURCE_CONSTANT?>/a/b/c/image.jpg"> <a href="<?=RESOURCE_CONSTANT?>/archive/mp3/any_document.mp3">click to download this MP3</a> Or is this to simplified? jason Alex Black wrote: > > I too have wondered this. I'd vote highly against the use of any > > absolute paths unless they are preceed by a definable constant. > > Which is exactly what ImageRequestManager will do. |