mailgunny/templates/CRM/Mailgunny/Page/Webhook.tpl

8 lines
320 B
Smarty
Raw Normal View History

2018-12-13 16:40:26 +01:00
<h3>This new page is generated by CRM/Mailgunny/Page/Webhook.php</h3>
{* Example: Display a variable directly *}
<p>The current time is {$currentTime}</p>
{* Example: Display a translated string -- which happens to include a variable *}
<p>{ts 1=$currentTime}(In your native language) The current time is %1.{/ts}</p>