Fixed memberlist html structure
This commit is contained in:
12
chat.php
12
chat.php
@ -2242,23 +2242,23 @@ function print_chatters(){
|
||||
}
|
||||
}
|
||||
if($U['status']>5){
|
||||
echo '<th>' . $lnk . 's _" target="post">[' . $I['admin'] . ']</a></td> </a></td>';
|
||||
echo '<th>' . $lnk . 's _" target="post">[' . $I['admin'] . ']</a></th><td> </td>';
|
||||
}
|
||||
if($U['status']>4){
|
||||
echo '<th>' . $lnk . 's %" target="post">[' . $I['staff'] . ']</a></td> </a></td>';
|
||||
echo '<th>' . $lnk . 's %" target="post">[' . $I['staff'] . ']</a></th><td> </td>';
|
||||
}
|
||||
if(!empty($M)){
|
||||
if($U['status']<2){
|
||||
echo "<th>$I[members]:</th><td> </td><td>".implode(' ', $M).'</td>';
|
||||
if($U['status']<3){
|
||||
echo "<th>$I[members]:</th><td> </td><td>".implode(' ', $M).'</td>';
|
||||
} else {
|
||||
echo '<th>' . $lnk . 's ?" target="post">' . $I['members'] . ':</a></td> </a></td><td>'.implode(' ', $M).'</td>';
|
||||
echo '<th>' . $lnk . 's ?" target="post">' . $I['members'] . ':</a></th><td> </td><td>'.implode(' ', $M).'</td>';
|
||||
}
|
||||
if(!empty($M)){
|
||||
echo '<td> </td>';
|
||||
}
|
||||
}
|
||||
if(!empty($G)){
|
||||
echo '<th>' . $lnk . 's *" target="post">' . $I['guests'] . ':</a></td> </a></td><td>'.implode(' ', $G).'</td>';
|
||||
echo '<th>' . $lnk . 's *" target="post">' . $I['guests'] . ':</a></th><td> </td><td>'.implode(' ', $G).'</td>';
|
||||
}
|
||||
echo '</tr></table></div>';
|
||||
}
|
||||
|
Reference in New Issue
Block a user