Widget:Test: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
<iframe src="" | <smarty> | ||
width="" | <iframe src="{$url|escape:'urlpathinfo'}" | ||
height="" | width="{$width|default:'100%'}" | ||
height="{$height|default:'500'}" | |||
style="border:none;"> | style="border:none;"> | ||
</iframe> | </iframe> | ||
</smarty> | |||
Version vom 6. Juni 2026, 14:49 Uhr
<smarty> <iframe src="{$url|escape:'urlpathinfo'}"
width="{$width|default:'100%'}"
height="{$height|default:'500'}"
style="border:none;">
</iframe> </smarty>