In template I have two strings which I want to combine in one.
{assign var="bigUrl" value="Search?searchFor=Member&{$searchUrl}"}
To be able to use variable {$bigUrl}
below in template, like this:
<a href={$bigUrl}>Link</a>
When I write mentioned assignment smarty compiler report error:
syntax error: invalid attribute name: '='