Variables on tpl files

I would say concatenation is done simply by putting one following the other, without any special operator, but I am no expert on this.

The language is called “Smarty”, have you looked up Smarty tutorials?

Also, variables need to be assigned in PHP code before the Smarty template is rendered. Is your variable actually available inside the tpl, did you check?