function showSections()
{
- $this->showStatistics();
$this->showSubscriptions();
$this->showSubscribers();
$this->showGroups();
+ $this->showStatistics();
}
function showSubscriptions()
-.section .groups,
+#groups_related ul,
#users_featured ul {
list-style-type:none;
}
-.section .groups li,
+#groups_related li,
#users_featured li {
margin-top:11px;
float:left;
width:100%;
}
-.section .groups li:first-child,
+#groups_related li:first-child,
#users_featured li:first-child {
margin-top:0;
}
-.section .groups .vcard,
+#groups_related .vcard,
#users_featured .vcard {
float:left;
margin-bottom:-23px;
}
-.section .groups dl,
+#groups_related dl,
#users_featured dl {
float:left;
margin-left:63px;
clear:left;
}
-.section .groups dt,
+#groups_related dt,
#users_featured dt {
display:none;
font-weight:bold;