flatpress-theme-snail-orange/widgets.tpl

8 lines
125 B
Smarty
Raw Normal View History

2023-06-15 16:32:27 +02:00
<div id="column">
{widgets pos=right}
<div id="{$id}">
<h4>{$subject}</h4>
{$content}
</div>
{/widgets}
</div>