Use image proxy in templates

Status
This content is read-only, or is not open for further replies.

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:

Code:
<div>
    <h1>Image</h1>
    <img src="{$imageurl}" />
</div>

how can I proxy that url in the template?

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom