33 lines
1.1 KiB
HTML
33 lines
1.1 KiB
HTML
{if $theme->hasThemeContent('h2-homepage-1') || $theme->hasThemeContent('h2-homepage-2') || $theme->hasThemeContent('h2-homepage-3')}
|
|
<div id="seo">
|
|
<div class="container">
|
|
<div class="row">
|
|
{if $theme->hasThemeContent('h2-homepage-1')}
|
|
<div class="col-xs-12 column three-col">
|
|
<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 three-col">
|
|
<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>
|
|
</div>
|
|
</div>
|
|
{/if}
|