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

28 lines
1.1 KiB
HTML

{if $theme->hasThemeContent('h2-homepage-1') || $theme->hasThemeContent('h2-homepage-2') || $theme->hasThemeContent('h2-homepage-3')}
<div id="seo" class="row">
{if $theme->hasThemeContent('h2-homepage-1')}
<div class="col-xs-12 column{if $theme->hasThemeContent('h2-homepage-3')} three-col{/if}">
<h2>{theme_content id='h2-homepage-1'}</h2>
{if $theme->hasThemeContent('h2-homepage-1-text')}
<div class="tinymce_html"><p>{theme_content id='h2-homepage-1-text'}</p></div>
{/if}
</div>
{/if}
{if $theme->hasThemeContent('h2-homepage-2')}
<div class="col-xs-12 column{if $theme->hasThemeContent('h2-homepage-3')} three-col{/if}">
<h2>{theme_content id='h2-homepage-2'}</h2>
{if $theme->hasThemeContent('h2-homepage-2-text')}
<div class="tinymce_html"><p>{theme_content id='h2-homepage-2-text'}</p> </div>
{/if}
</div>
{/if}
{if $theme->hasThemeContent('h2-homepage-3')}
<div class="col-xs-12 column three-col">
<h2>{theme_content id='h2-homepage-3'}</h2>
{if $theme->hasThemeContent('h2-homepage-3-text')}
<div class="tinymce_html"><p>{theme_content id='h2-homepage-3-text'}</p> </div>
{/if}
</div>
{/if}
</div>
{/if}