'VolcanoWidget', 'description' => 'Interactive map of active volcanoes and current earthquakes world-wide' ); $this->WP_Widget('VolcanoWidget', 'Volcanoes and earthquakes map', $widget_ops); } function form($instance) { $instance = wp_parse_args( (array) $instance, array( 'title' => '' ) ); $title = $instance['title']; ?>
mapLanguage?'&L='.intval($this->mapLanguage):''; $add .= $this->showVolcanoes?'':'&hideVolcanoes=1'; $add .= $this->showEarthquakes?'':'&hideEarthquakes=1'; $add .= $this->minMag!=4?'':'&minMag='.intval($this->minMag); if ($add) $add = '?'.$add; $code = get_option('volcano_widget_data'); if (!$code) $code = '