I'll try making it clearer.
I want to call a Phrase from within a template.
Therefore,
$vbphrase[name]
Now, the name of the vbphrase that I want to call up is determined by the variable:
$thread[prefix_plain]
So, I want to know, if I can write in a template:
$vbphrase[$thread[prefix_plain]]
Or if it has to be written differently.
______________
ETA:
Sorry, I used $thread[prefix_rich] in my OP when I meant $thread[prefix_plain]
|