Files
citrus-cms/mysql/templates/plugins/text_image_link_transformations.twig
T
2026-04-28 21:15:09 +03:00

5 lines
164 B
Twig

<a href="{{ url }}" rel="noopener noreferrer" target="_blank">
<img src="{{ url }}" border="0" width="{{ width }}" height="{{ height }}">
{{ buffer }}
</a>