PDA

View Full Version : Accessing and Using Phrases in 3.5.3


campbeld
01-24-2006, 03:59 AM
How do I access phrases in 3.5.3?

Suppose my product has the following markup:


<phrases>
<phrasetype name="myphrases" fieldname="global">
<phrase name="myproduct_phrases"><![CDATA[Example Phrases]]></phrase>
</phrasetype>
</phrases>


What's the best way to make these phrases appear in a template?

deathemperor
01-24-2006, 05:06 AM
$vbphrase[myproduct_phrases]