X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=include%2Foptions%2Fdisplay.php;h=fb8daa90a5b3f92da4e1d9b6f0bae267448d72e9;hp=33dcbe39379ad038c2349470a12a9cc619a3ccc9;hb=50e7ae2d2aaeca861f91dfaa559efb5080983799;hpb=de783fdf64963a66ea45fd218033f8d2a79a77d4 diff --git a/include/options/display.php b/include/options/display.php index 33dcbe39..fb8daa90 100644 --- a/include/options/display.php +++ b/include/options/display.php @@ -226,6 +226,7 @@ function load_optpage_data_display() { global $icon_themes, $icon_theme; $temp = array(); + $value = 0; for ($count = 0; $count < sizeof($icon_themes); $count++) { $temp[$count] = $icon_themes[$count]['NAME']; if ($icon_theme == $icon_themes[$count]['PATH'] ||