first commit

This commit is contained in:
2025-03-12 17:06:23 +01:00
commit 2241f7131f
13185 changed files with 1692479 additions and 0 deletions

View File

@@ -0,0 +1,58 @@
{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}