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

84 lines
4.2 KiB
HTML

{if $theme->hasThemeContent('horizontal_1-h3') || $theme->hasThemeContent('horizontal_2-h3') || $theme->hasThemeContent('horizontal_3-h3') || $theme->hasThemeContent('horizontal_4-h3')}
<div id="text-horizontal">
<div class="line1">
<div class="container">
<div class="row">
{if $theme->hasThemeContent('horizontal_1-h3')}
<div class="col-xs-12 col-sm-6">
<div class="text flex">
<div class="content-text flex">
<div class="img">
<img class="img-responsive" src="{image_path image='icons/icon-1.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>
{/if}
{if $theme->hasThemeContent('horizontal_2-h3')}
<div class="col-xs-12 col-sm-6">
<div class="text flex">
<div class="content-text flex">
<div class="img">
<img class="img-responsive" src="{image_path image='icons/icon-2.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>
{/if}
</div>
</div>
</div>
<div class="line2">
<div class="container">
<div class="row">
{if $theme->hasThemeContent('horizontal_3-h3')}
<div class="col-xs-12 col-sm-6">
<div class="text flex">
<div class="content-text flex">
<div class="img">
<img class="img-responsive" src="{image_path image='icons/icon-3.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>
{/if}
{if $theme->hasThemeContent('horizontal_4-h3')}
<div class="col-xs-12 col-sm-6">
<div class="text flex">
<div class="content-text flex">
<div class="img">
<img class="img-responsive" src="{image_path image='icons/icon-4.png'}" alt="" />
</div>
<div class="tinymce_html">
<h3>{theme_content id='horizontal_4-h3'}</h3>
{if $theme->hasThemeContent('horizontal_4-text')}
<p>{theme_content id='horizontal_4-text'}</p>
{/if}
</div>
</div>
</div>
</div>
{/if}
</div>
</div>
</div>
</div>
{/if}