first commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{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}
|
||||
Reference in New Issue
Block a user