17 lines
494 B
Smarty
17 lines
494 B
Smarty
{extends file='page.tpl'}
|
|
|
|
{block name='page_content'}
|
|
{block name='breadcrumb'}
|
|
{include file='_partials/breadcrumb.tpl'}
|
|
{/block}
|
|
<div class="contact-info-boxes">
|
|
<div class="col-md-6 contact-left-box">
|
|
{$contactInfoLeft|unescape:"html" nofilter}
|
|
</div>
|
|
<div class="col-md-6 contact-right-box">
|
|
{$contactInfoRight|unescape:"html" nofilter}
|
|
</div>
|
|
</div>
|
|
{hook h="displayContactFormUltimate" id="1"}
|
|
|
|
{/block} |