Search code examples
smartysmarty2

Smarty must have the variables in `backticks`


I am trying to add 2 variable together inside of an assign. When reading the Smarty Assign Documentation it says: This complex example must have the variables in backticks, what does this mean?


Solution

  • It is the following sign `

    So you have

     assign variable = `value`