Index: includes/advanced_forum_preprocess_forum_list.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/advanced_forum/includes/Attic/advanced_forum_preprocess_forum_list.inc,v
retrieving revision 1.1.2.18
diff -u -p -r1.1.2.18 advanced_forum_preprocess_forum_list.inc
--- includes/advanced_forum_preprocess_forum_list.inc	13 Jan 2011 21:27:29 -0000	1.1.2.18
+++ includes/advanced_forum_preprocess_forum_list.inc	14 Jan 2011 18:17:53 -0000
@@ -8,7 +8,7 @@
  */
 
 function _advanced_forum_preprocess_forum_list(&$variables) {
-  ctools_add_js("collapse-div");
+  ctools_add_js("collapsible-div");
   advanced_forum_add_template_suggestions("forum-list", $variables['template_files']);
 
   // Determine if we want to use taxonomy image here so we don't need to keep
Index: styles/blue_lagoon/advanced_forum.blue_lagoon.style.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/advanced_forum/styles/blue_lagoon/Attic/advanced_forum.blue_lagoon.style.css,v
retrieving revision 1.1.2.15
diff -u -p -r1.1.2.15 advanced_forum.blue_lagoon.style.css
--- styles/blue_lagoon/advanced_forum.blue_lagoon.style.css	1 Jan 2011 22:30:27 -0000	1.1.2.15
+++ styles/blue_lagoon/advanced_forum.blue_lagoon.style.css	14 Jan 2011 18:17:53 -0000
@@ -51,7 +51,7 @@ Colors used: (copied from silver bells..
 }
 
 /* Headers */
-.forum-table th {
+.forum-table thead tr {
   border-top: 1px solid #1659AC;
   background: #2587C4;
   background: -webkit-gradient(linear, left top, left bottom, from(#2587C4), to(#58B3ED));
@@ -60,9 +60,9 @@ Colors used: (copied from silver bells..
   border-bottom: 1px solid #1659AC;
 }
 
-.forum-table th a,
-.forum-table th a:visited,
-.forum-table th a:link {
+.forum-table thead tr a,
+.forum-table thead tr a:visited,
+.forum-table thead tr a:link {
   color: #ffffff;
 }
 
Index: styles/cloudless_day/advanced_forum.cloudless_day.style.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/advanced_forum/styles/cloudless_day/Attic/advanced_forum.cloudless_day.style.css,v
retrieving revision 1.1.2.8
diff -u -p -r1.1.2.8 advanced_forum.cloudless_day.style.css
--- styles/cloudless_day/advanced_forum.cloudless_day.style.css	13 Jan 2011 03:50:43 -0000	1.1.2.8
+++ styles/cloudless_day/advanced_forum.cloudless_day.style.css	14 Jan 2011 18:17:53 -0000
@@ -51,7 +51,7 @@ Colors used:
 }
 
 /* Headers */
-.forum-table th {
+.forum-table thead tr {
   border-top: 1px solid #FFFFFF;
   background: #EDF5FA;
   background: -webkit-gradient(linear, left top, left bottom, from(#EDF5FA), to(#C8DBEA));
@@ -61,9 +61,9 @@ Colors used:
   padding: 2px 5px;
 }
 
-.forum-table th a,
-.forum-table th a:visited,
-.forum-table th a:link {
+.forum-table thead tr a,
+.forum-table thead tr a:visited,
+.forum-table thead tr a:link {
   color: #3C78A7;
 }
 
Index: styles/naked/advanced_forum.naked.forum-list.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/advanced_forum/styles/naked/Attic/advanced_forum.naked.forum-list.tpl.php,v
retrieving revision 1.1.2.9
diff -u -p -r1.1.2.9 advanced_forum.naked.forum-list.tpl.php
--- styles/naked/advanced_forum.naked.forum-list.tpl.php	13 Jan 2011 21:27:30 -0000	1.1.2.9
+++ styles/naked/advanced_forum.naked.forum-list.tpl.php	14 Jan 2011 18:17:53 -0000
@@ -45,13 +45,20 @@
     <table id="container-<?php print $container_number; ?>" class="forum-table forum-table-forums ctools-collapsible-remember ctools-no-container ctools-collapsible-container">
       <thead class="forum-header">
         <tr>
-          <th class="forum-icon ctools-collapsible-handle"></th>
-
-          <?php if ($use_taxonomy_image): ?>
-          <th class="forum-image"></th>
+          <?php if ($forum->is_container): ?>
+            <?php if ($use_taxonomy_image): ?>
+              <th colspan="3" class="forum-name ctools-collapsible-handle"><a href="<?php print $forum->link; ?>"><?php print $forum->name; ?></a></th>
+            <?php else: ?>
+              <th colspan="2" class="forum-name ctools-collapsible-handle"><a href="<?php print $forum->link; ?>"><?php print $forum->name; ?></a></th>
+            <?php endif; ?>
+          <?php else: ?>
+            <th class="forum-icon"></th>
+            <?php if ($use_taxonomy_image): ?>
+              <th class="forum-image"></th>
+            <?php endif; ?>
+          <th class="forum-name"><a href="<?php print $forum->link; ?>"><?php print $forum->name; ?></a></th>
           <?php endif; ?>
 
-          <th class="forum-name"><a href="<?php print $forum->link; ?>"><?php print $forum->name; ?></a></th>
           <th class="forum-number-topics"><?php print t('Topics');?></th>
           <th class="forum-posts"><?php print t('Posts'); ?></th>
           <th class="forum-last-post"><?php print t('Last post'); ?></th>
Index: styles/naked/advanced_forum.naked.structure.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/advanced_forum/styles/naked/Attic/advanced_forum.naked.structure.css,v
retrieving revision 1.1.2.30
diff -u -p -r1.1.2.30 advanced_forum.naked.structure.css
--- styles/naked/advanced_forum.naked.structure.css	13 Jan 2011 21:27:30 -0000	1.1.2.30
+++ styles/naked/advanced_forum.naked.structure.css	14 Jan 2011 18:17:53 -0000
@@ -96,17 +96,18 @@ td.forum-details .forum-subforums a {
   padding-left: 10px;
 }
 
-td.forum-number-topics {
-  width: 10%;
+td.forum-number-topics,
+td.forum-number-posts {
   text-align: center;
 }
 
-td.forum-number-posts {
+th.forum-number-topics,
+th.forum-posts {
   width: 10%;
   text-align: center;
 }
 
-td.forum-last-reply {
+th.forum-last-post {
   width: 20%;
 }
 
Index: styles/silver_bells/advanced_forum.silver_bells.style.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/advanced_forum/styles/silver_bells/Attic/advanced_forum.silver_bells.style.css,v
retrieving revision 1.1.2.4
diff -u -p -r1.1.2.4 advanced_forum.silver_bells.style.css
--- styles/silver_bells/advanced_forum.silver_bells.style.css	13 Jan 2011 04:11:07 -0000	1.1.2.4
+++ styles/silver_bells/advanced_forum.silver_bells.style.css	14 Jan 2011 18:17:53 -0000
@@ -69,7 +69,7 @@ Colors used:
 }
 
 /* Headers */
-.forum-table th {
+.forum-table thead tr {
   border-top: 1px solid #C1C1C1;
   background: #DDDDDD;
   background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#DDDDDD));
@@ -79,9 +79,9 @@ Colors used:
   border-bottom: none;
 }
 
-.forum-table th a,
-.forum-table th a:visited,
-.forum-table th a:link {
+.forum-table thead tr a,
+.forum-table thead tr a:visited,
+.forum-table thead tr a:link {
   color: #333333;
   font-weight: bold;
 }
