Merge branch 'fix-AideContact'

This commit is contained in:
Marion Muszynski 2016-11-14 10:58:47 +01:00
commit 708f800f48

View File

@ -3,7 +3,7 @@
{capture name=path}{l s='Contact' mod='ant_support_form'}{/capture}
{include file="$tpl_dir./breadcrumb.tpl"}
<h1>{l s='Customer Service' mod='ant_support_form'} - {if isset($customerThread) && $customerThread}{l s='Your reply' mod='ant_support_form'}{elseif isset($subject)}{$subject}{else}{l s='Contact us' mod='ant_support_form'}{/if}</h1>
<h1>{l s='Customer Service' mod='ant_support_form'} - {if isset($customerThread) && $customerThread}{l s='Your reply' mod='ant_support_form'}{else}{l s='Contact us' mod='ant_support_form'}{/if}</h1>
{if isset($confirmation)}
<p class="success">{l s='Your message has been successfully sent to our team.' mod='ant_support_form'}</p>