Code: Alles auswählen
html {
font-size: 100%;
/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
height: 100%;
margin-bottom: 1px;
}Code: Alles auswählen
html {
font-size: 100%;
/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
height: 100%;
margin-bottom: 1px;
}Code: Alles auswählen
if ( $postrow[$i]['ct_miserable_user'] == 1 && $userdata['user_level'] == ADMIN )Code: Alles auswählen
if ( $postrow[$i]['ct_miserable_user'] == 1 && ($userdata['user_level'] == ADMIN || $userdata['user_level'] == MOD))