1
how can i change theme for members of each group to one i want ?
for example i have 2 groups "red" and " blue" and i want change theme for red group to "red-theme" and blue group to "blue-theme"
i dont know the code but write something to get name of groups:
$count = count($groups);
for ($i = 0; $i < $count; $i++) {
$name= $groups[$i]->getVar('name'); }
but i dont know how can change the theme ?