Boots
Guest
offline
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:
how can I proxy that url in the template?
Continue reading...
Crude template example:
Code:
Code:
<div>
<h1>Image</h1>
<img src="{$imageurl}" />
</div>
how can I proxy that url in the template?
Continue reading...