PDA

View Full Version : Including Phrases


alfisti.net
09-20-2004, 05:06 PM
Hello,

I hope my question is not so stupid but I searched the whole forum and I canīt find a solution.

I integrated a new php modul, all work fine but I miss some phrases. For example: "Holidays".
Can you please explain the way how to include "Holidays" phrases so that they work under cmps_index?

I donīt want to copy all phrases to the "vBadvanced CMPS" section (it works but it is a lot of work...)

Thanks
André

Brian
09-20-2004, 05:12 PM
forum/global.php

$phrasegroups = array_merge($phrasegroups,
array(
'calendar',
'adv_portal',
'postbit'
)
);

Add the phrasegroup there.

Our Sponsors
 

alfisti.net
09-20-2004, 05:24 PM
oh fine :) it works

thank you!