$export_type = 'block'; $version = '2.0'; $block_name = isset($block_name)? $block_name: 'sharethis'; $block_set = 'articles'; $block_parent_name = 'article'; $queries[] = "INSERT INTO {$this->pre}blocks (block_name, block_owner, block_set, block_parent_name, block_display_name, block_url, block_description, block_active, block_type, block_html, block_php, block_cache_settings, block_settings) VALUES ('{$block_name}', '{$skin_name}', 'articles', 'article', 'ShareThis', 'sharethis', 'ShareThis widget from http://sharethis.com', 1, 0, '', '', '', 'a:1:{s:13:\"custom_fields\";a:0:{}}')";