commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-old / civicrm / tools / extensions / org.civicrm.demoqueue / templates / CRM / Demoqueue / Page / DemoQueue.tpl
1 <h3>This new page is generated by CRM/Demoqueue/Page/DemoQueue.php</h3>
2
3 {* Example: Display a variable directly *}
4 <p>The current time is {$currentTime}</p>
5
6 {* Example: Display a translated string -- which happens to include a variable *}
7 <p>{ts 1=$currentTime}(In your native language) The current time is %1.{/ts}</p>