{capture name="title"} - {l}Contact Us{/l}{/capture}
{capture assign="in_page_title"}{l}Contact Us{/l}{/capture}
{capture assign="description"}{l}Contact us with queries you might have.{/l}{/capture}
{include file="header.tpl"}
{include file="top_bar.tpl"}
{include file="../Core/messages.tpl"}
{if $error}
| There was a problem sending the email. Please try again later. |
{else}
{if not $success}
{else}
| Thank You, Your email has been sent. |
{/if}
{/if}
{include file="footer.tpl"}
echo $tpl->fetch('contact.tpl');