I am looking for the same solution...
Just found it:
PHP Code:
- <plugin active="1">
<title>Mod Auto-PM :: Include Phrase Groups</title>
<hookname>init_startup</hookname>
- <phpcode>
- <![CDATA[ $phrasegroups[] = 'autopm_title';
$phrasegroups[] = 'autopm_text';
]]>
</phpcode>
</plugin>
So, just create init_startup hook and write only there:
PHP Code:
$phrasegroups[] = '<your_phrase_group_name>';