'black', 'hideMenu' => true, 'animatedMenu' => true, 'noLowercase' => false, 'thumbFrame' => true, 'showThumbLegend' => false, 'showTitleOnBrowsePath' => false, 'imageFrame' => true, 'imageCaption' => 'title', 'imageArrows' => false, 'navArrows' => true, 'defaultZoomSize' => 'fit', 'animatedTabs' => true, 'infoTabAdminOnly' => false, 'defaultTab' => "none", 'imageAutosize' => true, 'imageAutosizeMargin' => 60, 'imageAutosizeMinHeight' => 200, 'imagePreload' => false, 'imagePreloadNb' => 5, 'imagePreloadThumbs' => false, 'imagePreloadHD' => false, 'marginContainer' => 30, 'paddingContainer' => 10, 'highResClickMode' => 'zoom', 'maxThumb' => 15, ); $query = " INSERT INTO " . CONFIG_TABLE . " (param,value,comment) VALUES ('stripped' , '".pwg_db_real_escape_string(serialize($config))."' , 'stripped theme parameters');"; pwg_query($query); } else { if (isset($stripped['animatedMenu']) & (!isset($stripped['themeStyle']))) { $config = $stripped; $config['themeStyle']='original'; $config['thumbFrame']=true; if ($stripped['showDescriptionInsteadOfTitle']) { $config['imageCaption']='description'; } else { $config['imageCaption']='title'; } $config['imageArrows']=true; $config['navArrows']=false; conf_update_param('stripped', pwg_db_real_escape_string(serialize($config))); } } ?>