
Overal in de mod, achter:
Code: Selecteer alles
$max_width = $board_config['avatar_max_width'];
Code: Selecteer alles
$max_height = $board_config['avatar_max_height'];
Code: Selecteer alles
width="' . $max_width . '"
Code: Selecteer alles
width="' . $max_width . '" height="' . $max_height . '"
Verkleind nu ook de avatars op de admin pagina.