mailgunny/templates/CRM/Mailgunny/Page/Webhook.tpl
2018-12-13 15:40:26 +00:00

8 lines
320 B
Smarty

<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>