Is there a method to use the file system url in this mod?
For example:
https://mydomainname.com/icon.php?categoryid=1
Is how an image is displayed using this mod. Since we have our images in the file system format, I would like the images to be displayed using:
https://mydomainname.com/files/category_1.jpg.
The reason for this would be to save the refresh time once a visitor has downloaded all the subcategory icons. (The images would be cached on the surfers web browser already.)