Browse Source

undefined $value

tokul 19 years ago
parent
commit
bdb9f7e450
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/options/display.php

+ 1 - 0
include/options/display.php

@@ -226,6 +226,7 @@ function load_optpage_data_display() {
         global $icon_themes, $icon_theme;
         global $icon_themes, $icon_theme;
 
 
         $temp = array();
         $temp = array();
+        $value = 0;
         for ($count = 0; $count < sizeof($icon_themes); $count++) {
         for ($count = 0; $count < sizeof($icon_themes); $count++) {
             $temp[$count] = $icon_themes[$count]['NAME'];
             $temp[$count] = $icon_themes[$count]['NAME'];
             if ($icon_theme == $icon_themes[$count]['PATH'] ||
             if ($icon_theme == $icon_themes[$count]['PATH'] ||