I would like to ask you if you can explain why I have a variable assigned in the header of my template:
Code: Select all
<head>
{capture assign='tagname'}{title}{/capture}
here it works: {$tagname}
</head>
</__body>
here doesn't: {$tagname}
<__body>
I forgot to say I just updated to 1.10 and before was working perfectly.
thanks a lot