variable domain something to be explained [SOLVED]
Posted: Fri Dec 30, 2011 7:22 am
Hello again everybody,
I would like to ask you if you can explain why I have a variable assigned in the header of my template:
but I cannot use it in the body. Is there something that I don't know or is the name of the variable or could someone explain?
I forgot to say I just updated to 1.10 and before was working perfectly.
thanks a lot
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