Jump to content

Edit History

sooly

sooly

You can access functions of your module anywhere in .tpl files by

{YourModule::yourFunction()}

and set if like

{if YourModule::yourFunction() != 1}
Hello
{/if}

sooly

sooly

You can access functions of your module anywhere in .tpl files by

{YourModule::yourFunction()}

and set if like

{if YourModule::yourFunction() != 1}
Hello
{/if}

×
×
  • Create New...