Files
grzanieplus.pl/apps/frontend/templates/theme/watch/_text-horizontal.html
2025-03-12 17:06:23 +01:00

58 lines
2.5 KiB
HTML

{if $theme->hasThemeContent('horizontal_1-h3') || $theme->hasThemeContent('horizontal_2-h3') || $theme->hasThemeContent('horizontal_3-h3')}
<div id="text-horizontal">
{if $theme->hasThemeContent('horizontal_1-h3')}
<div class="line flex line1">
<div class="text flex">
<div class="content-text flex">
<div class="img">
<img class="img-responsive" src="{image_path image='icons/icon-guantity.png'}" alt="" />
</div>
<div class="tinymce_html">
<h3>{theme_content id='horizontal_1-h3'}</h3>
{if $theme->hasThemeContent('horizontal_1-text')}
<p>{theme_content id='horizontal_1-text'}</p>
{/if}
</div>
</div>
</div>
<div class="picture"></div>
</div>
{/if}
{if $theme->hasThemeContent('horizontal_2-h3')}
<div class="line flex line2">
<div class="text flex">
<div class="content-text flex">
<div class="img">
<img class="img-responsive" src="{image_path image='icons/icon-glass.png'}" alt="" />
</div>
<div class="tinymce_html">
<h3>{theme_content id='horizontal_2-h3'}</h3>
{if $theme->hasThemeContent('horizontal_2-text')}
<p>{theme_content id='horizontal_2-text'}</p>
{/if}
</div>
</div>
</div>
<div class="picture"></div>
</div>
{/if}
{if $theme->hasThemeContent('horizontal_3-h3')}
<div class="line flex line3">
<div class="text flex">
<div class="content-text flex">
<div class="img">
<img class="img-responsive" src="{image_path image='icons/icon-band.png'}" alt="" />
</div>
<div class="tinymce_html">
<h3>{theme_content id='horizontal_3-h3'}</h3>
{if $theme->hasThemeContent('horizontal_3-text')}
<p>{theme_content id='horizontal_3-text'}</p>
{/if}
</div>
</div>
</div>
<div class="picture"></div>
</div>
{/if}
</div>
{/if}