1
i just cant figure out how to pass values used in the template file to php code i have in the same file, for ex:
le="color: #000000"><?php <{assign var="passback" value=$link.title_s}> <{php}> echo $passback; </php}>
that echoes nothing, if i use
le="color: #000000"><?php <{$passback}>
it prints out, but i need the value in the php code.
please help me, i cant figure it out