Boots Member Oct 10, 2023 #1 I have an addon that produces to image urls. I want to proxy these urls in my addon template. Is that doable? Crude template example: Code: <div> <h1>Image</h1> <img src="{$imageurl}" /> </div> how can I proxy that url in the template?
I have an addon that produces to image urls. I want to proxy these urls in my addon template. Is that doable? Crude template example: Code: <div> <h1>Image</h1> <img src="{$imageurl}" /> </div> how can I proxy that url in the template?