{** * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. *} {extends file='page.tpl'} {block name='page_header_container'}{/block} {if $layout === 'layouts/layout-left-column.tpl'} {block name='left_column'}
{hook h='displayContactLeftColumn'}
{/block} {elseif $layout === 'layouts/layout-right-column.tpl'} {block name='right_column'}
{hook h='displayContactRightColumn'}
{/block} {/if} {block name='page_content'} {hook h='displayContactContent'} {/block}