Thank you. Now the code looks like this:
HTML Code:
<phrases>
<phrasetype name="Control Panel Home Pages" fieldname="cphome">
<phrase name="wb_complaint_settings"><![CDATA[WBC settings]]></phrase>
<phrase name="wb_complaint_edit_text"><![CDATA[Edit mail text]]></phrase>
<phrase name="wb_complaint_edit_emails"><![CDATA[Edit emails]]></phrase>
</phrasetype>
</phrases>
But, the menu still looks like the first screenshot... I checked in the "language and the phrase" under Control Panel Home Pages my phrases are present:
what else could be the problem? Maybe I missed some more of the code?
--------------- Added [DATE]1328188604[/DATE] at [TIME]1328188604[/TIME] ---------------
And another question, what directory should I put a php script (my_product.php) that is invoked here:
HTML Code:
<phrase>my_product_edit_text</phrase>
<link>my_product.php?action=edit_text</link>
--------------- Added [DATE]1328189119[/DATE] at [TIME]1328189119[/TIME] ---------------
tried to use:
HTML Code:
<phrasetype name="Control Panel Global" fieldname="cpglobal">
Nothing has changed...