Index: og_forum.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/og_forum/Attic/og_forum.module,v retrieving revision 1.11.2.11.2.20 diff -u -p -r1.11.2.11.2.20 og_forum.module --- og_forum.module 14 Oct 2008 10:20:13 -0000 1.11.2.11.2.20 +++ og_forum.module 27 Nov 2008 20:28:58 -0000 @@ -733,8 +733,9 @@ function og_forum_settings_submit($form_ function og_forum_set_og_group_context_from_tid($tid=0) { $sql = "SELECT nid FROM {og_term} WHERE tid = %d"; if ($gid = db_result(db_query($sql, $tid))) { - $group_node = node_load($gid); - og_set_group_context($group_node); + $group_node = node_load($gid); + og_set_group_context($group_node); + og_set_theme($gid); } } // function og_forum_set_og_group_context_from_tid() @@ -1753,4 +1754,4 @@ function og_forum_is_public($tid) { else { return 0; } -} // function og_forum_is_public() \ No newline at end of file +} // function og_forum_is_public()