mcramer
2012-09-05 5715f5fe3954a2112f443964244747dfd6d31937
interface/web/client/form/client.tform.php
@@ -73,10 +73,12 @@
while ($file = @readdir ($handle)) { 
    if (substr($file, 0, 1) != '.') {
        if(@is_dir(ISPC_THEMES_PATH."/$file")) {
         if($file == 'default' || (@file_exists(ISPC_THEMES_PATH."/$file/ISPC_VERSION") && trim(@file_get_contents(ISPC_THEMES_PATH."/$file/ISPC_VERSION")) == ISPC_APP_VERSION)) {
         $themes_list[$file] = $file;
        }
   }
}
}
$form["tabs"]['address'] = array (
   'title'    => "Address",